Learn how to create a full-width table with CSS.
A table that does not have a set width:
Firstname | Lastname | Age |
---|---|---|
Jill | Smith | 50 |
Eve | Jackson | 94 |
John | Doe | 80 |
A full-width table:
Firstname | Lastname | Age |
---|---|---|
Jill | Smith | 50 |
Eve | Jackson | 94 |
John | Doe | 80 |
To create a full-width table, use width: 100%
:
Tip: Go to our CSS Tables Tutorial to learn more about how to style tables.
截取页面反馈部分,让我们更快修复内容!也可以直接跳过填写反馈内容!