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
- Create Lists
- Create Tables
- Combine Table Cells