Level 13 Level 15
Level 14

76 - 90


15 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.

All None

Ignore?
<table>
defines a table
<caption>
defines a table caption
<th>
table header cell
<thead>
groups header content in a table
<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
<style>
style information for a document
<div>
block section for a document
<span>
inline section in a document
<div>
block section in a document
<header>
defines a header for a document or section
<footer>
defines a footer for a document or section
<hgroup>
groups heading elements h1 to h6