What is a table?
A table is divided into rows and each row is divided into data cells . The td stands for table data, which is the content of a data cell. Data cell can be consits of text, images etc.
TR:
The TR tag is defined as table row.
TD:
The TD tag is defined as table data or table description.
Table Structure:
The table structure consists of:
<table>
<tr>
<td></td>
</tr>
</table>
TR:
The TR tag is defined as table row.
TD:
The TD tag is defined as table data or table description.
Table Structure:
The table structure consists of:
<table>
<tr>
<td></td>
</tr>
</table>
1 Comments:
Thanks for your grateful informations, am working in Web Design Company in Bangalore
Post a Comment
Subscribe to Post Comments [Atom]
<< Home