Tables
The Table element represents data in two dimensions or more. We encourage the use of proper formatting with thead
and tbody
to create a table
. The code becomes cleaner without disturbing understanding.
Name | Age | Height | Location |
---|---|---|---|
Stephen Curry | 27 | 1,91 | Akron, OH |
Klay Thompson | 25 | 2,01 | Los Angeles, CA |
Name
Age
Height
Location
Stephen Curry
27
1,91
Akron, OH
Klay Thompson
25
2,01
Los Angeles, CA
/* Prior to the creation of CSS, HTML `table` elements were often used as a method for page layout. This usage has been discouraged since HTML4, and the `table` element should not be used for layout purposes. */
Examples
You can view more examples of using Milligram.
Contributing
Want to contribute? Follow these recommendations.
Subscribe to our newsletter
The latest news and resources sent straight to your inbox.