Learn
Before displaying data, we must first create the table that will contain the data by using the <table>
element.
<table> </table>
The <table>
element will contain all of the tabular data we plan on displaying.
Instructions
1.
In index.html, create a table just above the closing body
tag.
Take this course for free
By signing up for Codecademy, you agree to Codecademy's Terms of Service & Privacy Policy.