HTML Tables

Learn how to structure tabular data in HTML.

We'll cover the following

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 row/column pair has a piece of data associated with it, referred to as a table cell.

Create a free account to access the full course.

By signing up, you agree to Educative's Terms of Service and Privacy Policy