Firstname |
Lastname |
Age |
Jill |
Smith |
50 |
Eve |
Jackson |
94 |
table, th, td {
border: 1px solid black;
}
table, th, td {
border: 1px solid black;
border-collapse: collapse;
}
th, td {
padding: 15px;
}
th {
text-align: left;
}
table {
border-spacing: 5px;
}
table {
border-spacing: 5px;
}
Name |
Telephone |
Bill Gates |
55577854 |
55577855 |
Name: |
Bill Gates |
Telephone: |
55577854 |
55577855 |
Monthly savings
Month |
Savings |
January |
$100 |
February |
$50 |
Firstname |
Lastname |
Age |
Eve |
Jackson |
94 |
table#t01 {
width: 100%;
background-color: #f1f1c1;
}
table#t01 tr:nth-child(even) {
background-color: #eee;
}
table#t01 tr:nth-child(odd) {
background-color: #fff;
}
table#t01 th {
color: white;
background-color: black;
}
Index