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's wrong with the following HTML markup: <p style"font-size:10px;">Copyright <span>2015</span></p>?


Describe the advantages and disadvantages of the three main ways of adding CSS to a website


Explain what an external style sheet (CSS document) is for in a HTML document and write a line of HTML code to import one


What’s the difference between a block-level element and an inline element in html?