How would you structure a table in HTML?

Begin with the table heading, then define a table row, and finally a table element using the table, tr, and td tags.

TM

Related HTML and CSS Mentoring answers

All answers ▸

What is the correct HTML to link a stylesheet?


Show how you would give all elements that have a class of 'class1', a green background.


What are main tags for text?


How can I centre-align an item horizontally within another element?