Ict 7
Ict 7
HTML TABLES
These tags should be placed in the correct order, the <thead> elements
should be defined first; then the <tfoot> elements, then, the <tbody>
elements
TAG DESCRIPTION
<table> Determines the beginning of a table
<caption> Displays text that describes the content of a table
<colgroup> Groups one or more columns for specific formatting
<col> Defines column properties for a column or groups of columns
<thead> Defines the header or head section of a table
<tfoot> Defines the footer or foot section of a table
<tbody> Defines the body of a table
<tr> Defines a row of table
<th> Creates a heading for a column. By default, the headings are
centered and in bold text
<td> Holds the content data