![]() |
The “scope” attribute is a feature in HTML tables that allows you to specify the relationship between a header cell (th) and its associated data cells (td). This attribute provides useful information for assistive technologies, and it improves the accessibility and understanding of tabular data. Note: By using “scope”, you can indicate whether a header cell applies to a row, column, group of columns, or group of rows. Syntax<th scope="row/column/rowgroup/colgroup">Header Content</th>
|
Reffered: https://www.geeksforgeeks.org
HTML |
Type: | Geek |
Category: | Coding |
Sub Category: | Tutorial |
Uploaded by: | Admin |
Views: | 16 |