html table examples
Example 1: table html
header1
header2
header3
text1.1
text1.2
text1.3
text2.1
text2.2
text2.3
text3.1
text3.2
text3.3
Example 2: table html tages
This is the heading
Next heading to the right
This is where the table data goes
This is the second columns data
Example 3: tables in html
Year
Work
2019-2020
self-taught Python Developer
2020-2021
Learning Advanced Python
Example 4: html table
Item 1-1
Item 1-2
Item 1-3
Item 2-1
Item 2-2
Item 2-3
Example 5: how to align table in html
.centerTable { margin: 0px auto; }