Learn
HTML Tables
Introduction to Tables
There are many websites on the Internet that display information like stock prices, sports scores, invoice data, and more. This data is naturally tabular in nature, meaning that a table is often the best way of presenting the data.
In this part of the course, we’ll learn how to use the HTML <table>
element to present information in a two-dimensional table to the users.
Let’s get started!
Instructions
Take a look at the code in the body of index.html. What new code do you see?
Explore with the code in this file and try modifying something at random. What happened?