2ert12023 00:33, HIML Table Headers
3
w Tutorialsy —Exercisesw  Servicese§ QO Log in
schools
HTML Table Headers
[crv] Looe |
HTML tables can have headers for each column or row, or for many
columns/rows.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
   
HTML Table Headers
Table headers are defined with th elements. Each th element represents a table
cell.
Example
| Firstname | 
Lastname | 
Age | 
| Ji11 | 
Smith | 
5@ | 
nitpsdlwww:vdschools comiimlhtm|_ table_neaders.2sp 92ert12023 00:33, HIML Table Headers
      
3
w Tutorials Exercisesw  Servicesey§ QO Login
cs SQL PYTHON JAVA PHP N3 c
94 | 
Vertical Table Headers
To use the first column as table headers, define the first cell in each row as a 
element:
Example
| Firstname | 
Jild | 
Eve | 
 
| Lastname | 
Smith | 
Jackson | 
 
| agec/th>
 | 94 | 
50 | 
 
 
nitpsdlmww:vdschools commit table_neaders.2sp 2192ert12023 00:33,
w
schools
Tutorials
Align Tab
By default, table headers are bold and centered
Exercises ¥
HIML Table Headers
Sevicesy Q OO Log in
e Headers
 
 
 
 
 
Firstname Lastname | Age
Jill Smith 50
Eve Jackson 94
 
 
 
To left-align the table headers, use the CSS text-align property:
Example
t
+
Header for Multiple Co
You can have a header that spans over two
hf
text-align: left;
 
 
 
 
 
 
Name Age
ail Smith 50
Eve Jackson 94
 
 
nitpsdlmww:vdschools commit table_neaders.2sp
umns
or more columns.
a92ert12023 00:33, HIML Table Headers
3
w Tutorialsy —Exercisesw  Servicese§ QO Log in
schools
Laaiipie
 
| Name | 
age | 
 
| Jill | 
Smith | 
5 | 
 
| Eve | 
Jackson | 
9ac/td>
 |  
 
You will learn more about colspan and rowspan in the Table colspan & rowspan
chapter.
Table Caption
You can add a caption that serves as a heading for the entire table,
Monthly savings
 
 
 
Month Savings
January $100
February $50
 
 
 
 
To add a caption to a table, use the  tag
nitpsdlmww:vdschools commit table_neaders.2sp
492ert12023 00:33, HIML Table Headers
3
w Tutorialsy —Exercisesw  Servicese§ QO Log in
schools
Stavie suyae= miuneaoee +
Monthly savings
 | 
| Savings | 
| January | 
$100 | 
| February | 
$50 | 
Note: The 
 tag should be inserted immediately after the  tag.
HTML Exercises
Exercise:
Add a table caption that says "Names".
nitpsdlmww:vdschools commit table_neaders.2sp 592ert12023 00:33, HIML Table Headers
3
WW tutoriatsy Exercises» Servicesy Q 0
schools
| Points | 
| Jill | 
Smith | 
5@ | 
Start the Exercise
[