HTML tags | thead

It is used to define the set of rows that make up the header of a table.

It has no attributes other than global ones, so to define presentation aspects, CSS properties such as background-color, text-align or vertical-align will be used.

Must appear a…


This content originally appeared on DEV Community and was authored by Carlos Espada

It is used to define the set of rows that make up the header of a table.

It has no attributes other than global ones, so to define presentation aspects, CSS properties such as background-color, text-align or vertical-align will be used.

Must appear after <caption> and <colgroup> elements, but before any <tbody>, <tfoot>, or <tr> element.

Browsers can use <thead>, <tbody> and <tfoot> to allow scrolling of the body of the table independently of the header and footer. Similarly, when doing CSS for printing and if the table is spread across multiple pages, these elements can allow both the header and footer to appear repeated at the beginning and end of each printed page.

<thead>, <tbody>, and <tfoot> together also serve to provide useful semantic information used when rendering for screen or printer, as well as to improve accessibility.

Has an implicit ARIA role rowgroup.

  • Type: table-header-group
  • Self-closing: No
  • Semantic value: No

Definition | Example | Support


This content originally appeared on DEV Community and was authored by Carlos Espada


Print Share Comment Cite Upload Translate Updates
APA

Carlos Espada | Sciencx (2021-09-23T06:05:46+00:00) HTML tags | thead. Retrieved from https://www.scien.cx/2021/09/23/html-tags-thead/

MLA
" » HTML tags | thead." Carlos Espada | Sciencx - Thursday September 23, 2021, https://www.scien.cx/2021/09/23/html-tags-thead/
HARVARD
Carlos Espada | Sciencx Thursday September 23, 2021 » HTML tags | thead., viewed ,<https://www.scien.cx/2021/09/23/html-tags-thead/>
VANCOUVER
Carlos Espada | Sciencx - » HTML tags | thead. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2021/09/23/html-tags-thead/
CHICAGO
" » HTML tags | thead." Carlos Espada | Sciencx - Accessed . https://www.scien.cx/2021/09/23/html-tags-thead/
IEEE
" » HTML tags | thead." Carlos Espada | Sciencx [Online]. Available: https://www.scien.cx/2021/09/23/html-tags-thead/. [Accessed: ]
rf:citation
» HTML tags | thead | Carlos Espada | Sciencx | https://www.scien.cx/2021/09/23/html-tags-thead/ |

Please log in to upload a file.




There are no updates yet.
Click the Upload button above to add an update.

You must be logged in to translate posts. Please log in or register.