Skip to main content

4 docs tagged with "tables"

View all tags

Creating Complex HTML Tables

Master the creation of complex HTML tables by learning how to use the rowspan and colspan attributes to merge cells, and the scope attribute for improved accessibility.

HTML Table Structure & Semantics

Master the structure of HTML tables, focusing on semantic grouping tags (thead, tbody, tfoot) essential for accessibility, long tables, and robust styling.

HTML Tables

This guide introduces HTML tables, emphasizing their use for organizing and presenting structured, tabular data. Learn the essential tags (<table>, <tr>, <th>, <td>) and semantic elements (<thead>, <tbody>, <tfoot>).

Table Attributes (Focus on Accessibility)

Learn about modern and legacy HTML attributes for tables. This tutorial focuses on essential accessibility attributes (id, headers) and discourages the use of deprecated styling attributes.