Chapter 5. HTML: Create Lists and Tables
![](/_next/image/?url=https%3A%2F%2Fstatic-staging.d-libro.com%2F01-course-content-images%2F1011-10-HTML-CSS-Introduction%2F010-main-figures%2Fchapter-5-html-create-lists-and-tables-id101110050010.webp&w=1920&q=75)
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