![]() |
The HTML
<th>
scope
attribute is widely supported across modern web browsers. This includes:
The
scope
attribute is an important accessibility feature for HTML tables, as it explicitly defines whether a
<th>
element serves as a header for a column (
scope="col"
) or a row (
scope="row"
). This information is crucial for assistive technologies like screen readers to correctly interpret table data and provide a meaningful experience for users.Browser Support
|
html browsers support |
Type
: |
Develop |
Category
: |
Web Tutorial |
Sub Category
: |
HTML Browser Support |
Uploaded by
: |
Admin |