Section 1

Preview this deck

<td> tag

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 (6)

Section 1

(6 cards)

<td> tag

Front

the <td> tag wraps around content to be contained in a cell of a table AND that's not a table header. Attribute(s): rowspan, colspan; Values: number or rows to span over.

Back

<tr> tag

Front

the <tr> tag wraps around table headers (<th>) and table cells (<td>).

Back

<tfoot> tag

Front

the <tfoot> tag wraps around the header row of the table.

Back

<thead> tag

Front

the <thead> tag wraps around the header row of the table.

Back

<th> tag

Front

the <th> tag signifies either a 'col' header or 'row' header, using the attribute 'scope' and values 'col' or 'row'. Wrapped around <tr>.

Back

<tbody> tag

Front

the <tbody> tag wraps around rows of the table (<tr> tags), excluding <thead> and <tfoot>.

Back