Table Elements- Only used for Tabular Data not formatting

Table Elements- Only used for Tabular Data not formatting

memorize.aimemorize.ai (lvl 286)
Section 1

Preview this deck

<thead></thead>

Front

Star 0%
Star 0%
Star 0%
Star 0%
Star 0%

0.0

0 reviews

5
0
4
0
3
0
2
0
1
0

Active users

0

All-time users

0

Favorites

0

Last updated

6 years ago

Date created

Mar 1, 2020

Cards (7)

Section 1

(7 cards)

<thead></thead>

Front

Used to group this type of content in an HTML table. Browsers can use this element to enable scrolling independently of this. When printing a large table that spans multiple pages, this element can enable this to be printed at the top of each page.

Back

<tbody></tbody>

Front

Used to group this type of content in an HTML table. Browsers can use this element to enable scrolling independently of the header and footer.

Back

<td></td>

Front

Defines a standard data cell in an HTML table.

Back

<table></table>

Front

Inserts a table with data. Not to be used to format the page.

Back

<tfoot></tfoot>

Front

Used to group this type of content in an HTML table. Browsers can use this element to enable scrolling independently of this. When printing a large table that spans multiple pages, this element can enable this to be printed at the bottom of each page.

Back

<th></th>

Front

Defines a header cell in an HTML table will be bold and centered by default.

Back

<tr></tr>

Front

Defines a row in an HTML table.

Back