HTML Td Scope Attribute
Có thể bạn quan tâm
HTML <td> scope Attribute
HTML <td> tag
HTML <td> tag
Example
The following example identifies two of the <th> elements as headers for columns, and two of the <td> elements as headers for rows:
<table> <tr> <th></th> <th scope="col">Month</th> <th scope="col">Savings</th> </tr> <tr> <td scope="row">1</td> <td>January</td> <td>$100</td> </tr> <tr> <td scope="row">2</td> <td>February</td> <td>$80</td> </tr> </table> Try it Yourself »Definition and Usage
The <td> scope attribute is not supported in HTML5.
The scope attribute defines a way to associate header cells and data cells in a table.
The scope attribute identifies whether a cell is a header for a column, row, or group of columns or rows.
Browser Support
Attribute | |||||
---|---|---|---|---|---|
scope | Yes | Yes | Yes | Yes | Yes |
The scope attribute has no visual effect in ordinary web browsers, but can be used by screen readers.
Syntax
<td scope="col|row|colgroup|rowgroup">Attribute Values
Value | Description |
---|---|
col | Specifies that the cell is a header for a column |
row | Specifies that the cell is a header for a row |
colgroup | Specifies that the cell is a header for a group of columns |
rowgroup | Specifies that the cell is a header for a group of rows |
Từ khóa » Html Colgroup Scope
-
HTML |
Scope Attribute - GeeksforGeeks HTML Th Scope Attribute - W3Schools
Scope Of Headers | Tables | WAI Web Accessibility Tutorials - W3C
H63: Using The Scope Attribute To Associate Header Cells And ... - W3C
: The Table Column Group Element - MDN Web Docs HTML |
Scope Attribute - GeeksforGeeks HTML Th Scope Attribute - Dofactory
What's The Correct Scope Value To Use For An HTML
Table Cell ... COLGROUP - Table Column Group - HTML Help
The Table Element - HTML Standard, Edition For Web Developers
Cells In A
Element That Use The Headers Attribute Must Only ...
CSS Scope, Colgroup> Tag In HTML, JavaScript Th Scope, Details ...
Colgroup - Table Column Group
HTML[th要素]見出しの対象範囲を指定する - TAG Index
Copyright © 2022 | Thiết Kế Truyền Hình Cáp Sông Thu