HTML Th Class Attribute - Dofactory
Maybe your like
The class attribute assigns one or more classnames to the <th> tag.
Classnames are defined in a stylesheet or in a local <style> element.
Classes, i.e. classnames, are used to style elements.
Example
#
A class attribute styling a <th> element.
| Customers | |
|---|---|
| Denice | Hobermann |
| Paulo | Cornell |
Using class
#
Classes (i.e. classnames) are used for styling the th element.
Multiple classnames are separated by a space.
JavaScript uses classes to access elements by classname.
Tip: class is a global attribute that can be applied to any HTML element.
Syntax
#
<th class="classnames">Values
#
| Value | Description |
|---|---|
| classnames | One or more space-separated class names. |
More Examples
#
A class attribute styling a <th> element. Clicking the button toggles a classname that changes the header cell to dark mode.
| Customers | |
|---|---|
| Denice | Hobermann |
| Paulo | Cornell |
Code explanation
Two CSS classes are defined in the <style> element.
The class attribute in <th> assigns one classname.
Repeatedly clicking the button toggles another class, changing the <th> background and text color of the table header cell.
Browser support
#
Here is when class support started for each browser:
Chrome | 1.0 | Sep 2008 |
Firefox | 1.0 | Sep 2002 |
IE/Edge | 1.0 | Aug 1995 |
Opera | 1.0 | Jan 2006 |
Safari | 1.0 | Jan 2003 |
You may also like
#
- Our HTML th Tag Reference
- Our HTML class Attribute Reference
- Our CSS Tables Tutorial
Tag » What Is Th In Html
-
HTML Th Tag - W3Schools
-
: The Table Header Element - HTML - MDN Web Docs - Mozilla HTML:
Tag - TechOnTheNet HTML
태그 - 코딩의 시작, TCP School HTML Th Tag - GeeksforGeeks
HTML -
Tag - Tutorialspoint HTML Th Tag - Javatpoint
What Is The
Element In HTML? HTML Th Tag - Learn HTML | W3Docs
Table Cells (TH And TD)
HTML Tag » HTML
Tag - Computer Hope HTML Th Style Attribute - Dofactory
HTML Th Tag And Element - HTML Tutorials - W3resource
Copyright © 2022 | Designer Truyền Hình Cáp Sông Thu
Chrome
Firefox
IE/Edge
Opera
Safari