HTML Tables
Learn how to structure tabular data in HTML.
Overview
There are plenty of instances where you’ll want to present a table of data on your web page. Let’s dive straight in and convert the table below into HTML. If you haven’t worked with tabular data before, it will be useful to know that a table consists of rows and columns. Each ...