Search results

  1. T

    please explain me about character entity in html?

    please explain me with a sample code... and i want to know where and all it can be used thanks in advance
  2. T

    a doubt in html code on creating table?

    actually i want to create a 3 row table in that the first row should be without any column and the second and the third row should have 2 column... please help me with the code i tired in this way but its not coming properly <table> <tr> a </tr> <tr> <td> b</td> <td>c</td> </tr> <tr>...
Back
Top