Skip to main content

HTML Lists and Tables

3 lessonsAbout 18 minutesBeginner

This part of the HTML Tutorial runs from HTML Lists through to Table Styling & Borders. There are 3 lessons here, and working through them takes about 18 minutes at a steady pace.

It follows on from HTML Text and Links, so finish that first if you have not already — the examples below assume you are comfortable with it.

Each lesson below says what it covers before you open it. Read them in order the first time; afterwards this page works as a index you can jump back into when you need to check one thing.

  1. 1HTML ListsHTML Lists allow you to organize content in a structured way. They are used for menus, steps, bullet points, or any grouped information. HTML provides three...
  2. 2HTML TablesHTML Tables allow you to display data in a structured, tabular format with rows and columns. Tables are commonly used for schedules, pricing lists, reports,...
  3. 3Table Styling & BordersHow to style HTML table borders with CSS: border-collapse, border-spacing, single-line grids, outer-only borders, zebra rows, and the fixes for double lines and mobile overflow.