Used for displaying data that make sense in spreadsheet software, consisting of rows and columns to arrange data like text, images, links, other tables, etc.
Tables with a simple row header and a simple column header, where the <th> element is used to identify header cells and the scope attribute is used to declare the direction of each header
Tables with header cells that span multiple columns and/or rows, using elements like <colgroup>, <thead>, <tfoot>, <tbody>, and <col> to define the structure and relationships
A section of a document containing normal content, markup, and special elements called controls (checkboxes, radio buttons, menus, etc.) that users can complete and submit for processing
An alternative to radio buttons and checkboxes, allowing users to choose multiple options from a select box by adding the "multiple" attribute to the <select> element