Elements visually presented in list form are marked up appropriately in the source code.
In the content of a book, sometimes we need to list text. To do this, we use dashes or bullets of different shapes. In an HTML page, this is called a list.
Objectives
Improve text readability.
Structuring list content
Implementation
Use HTML tags
(for unordered lists) and(for ordered lists) to enclose the contents of each list, and use
tags for each list item. It is in CSS that we choose the shape of the bullet. Add dl dt dd
Control
Check the source code of the epub HTML page: The lists must be in a