Markup in an HTML 5 Table

Share:

Markup in an HTML 5 Table:


Compared to lists, tables in HTML 5 contain a lot of markup. However, the table element is the primary markup container for creating tables. You use an opening table tag < table > and a closing table tag </ table > to denote the opening and closing of a table in HTML 5. The table row < tr > and table data < td > are other primary elements used in tables in HTML 5.

No comments