Chapter 5. HTML: Create Lists and Tables

In this chapter, you'll learn how to create lists and tables.

To create lists or tables, you need to manage multiple tags, such as <ul>, <ol>, <li> for lists, and <table>, <tr>, <th>, <td> for tables.

The following lessons are covered in this chapter.

Lessons in this chapter

  1. Create Lists
  2. Create Tables
  3. Combine Table Cells

HTML & CSS Introduction
Course Content