Horje
Browsers Support of HTML <th> scope Attribute
The HTML <th> scope attribute is widely supported across modern web browsers. This includes:
  • Google Chrome: Fully supported from early versions.
  • Mozilla Firefox: Fully supported from early versions.
  • Microsoft Edge: Fully supported, including its predecessor, Internet Explorer.
  • Apple Safari: Fully supported.
  • Opera: Fully supported.
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

Learn HTML <th> scope Attribute






html browsers support

Type:
Develop
Category:
Web Tutorial
Sub Category:
HTML Browser Support
Uploaded by:
Admin