Designing a table, using HTML are done using some HTML tags. I am going to describe each HTML tags through which you can design a table and its content...
HTML Tag
|
Description
|
<table>
|
It defines a table
|
<th>
|
It defines a header cell in a
table
|
<tr>
|
It defines a row in a table
|
<td>
|
It defines a cell in a table
|
<caption>
|
It defines a table caption
|
<colgroup>
|
It specifies a group of one or more
columns in a table for formatting
|
<col>
|
It specifies column properties for
each column within a <colgroup> element
|
<thead>
|
It groups the header content in a
table
|
<tbody>
|
It groups the body content in a
table
|
<tfoot>
|
It groups the footer content in a
table
|
No comments:
Post a Comment