A step-by-step guide to getting started with HTML tables

A step-by-step guide to getting started with HTML tables

7 years ago
Anonymous $L9wC17otzH

https://medium.freecodecamp.org/a-step-by-step-guide-to-getting-started-with-html-tables-7f43b18f962b

The web is filled with information like football scores, cricket scores, lists of employee names and email addresses. HTML tables enable you to display information in what is commonly known as tabular data.

We can create an HTML table using the table element. It has an opening and closing tag, and it wraps all the table rows and table cells inside of it.