Level 6
Level 8
8 words 0 ignored
Ready to learn
Ready to review
Ignore words
Check the boxes below to ignore/unignore words, then click save at the bottom. Ignored words will never appear in any learning session.
Ignore?
<table>
defines a table
<caption>
defines a table caption
<th>
table header cell
<tbody>
groups all body content in a table
<tfoot>
groups all footer content in a table
<col>
column properties within a <colgroup> element
<colgroup>
group of one or more columns in a table for formatting
<tgroup>
groups all header content in a table