# Table header text should not be empty

> Canonical HTML version: https://rocketvalidator.com/accessibility-validation/axe/4.8/empty-table-header
> Attribution: Rocket Validator (https://rocketvalidator.com)
> License: CC BY 4.0 (https://creativecommons.org/licenses/by/4.0/)

The text in table header components should be visible. Make sure screen reader users can access the table header. It is preferable to mark up an element with a `td` if it is not a header.

Both sighted users and screen reader users should be able to comprehend the visible text that explains the purpose of the row or column in table header components.

<h3>What this Accessibility Rule Checks</h3>

Verifies that each table header element has a visible text.
