Write code for a html table that will have one row and one column?

 Posted by SheoNarayan on 4/21/2008 | Category: HTML 5 Interview questions | Views: 10419
Answer:

<table>

<tr>
<td>
</td>
</tr>
</table>


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response