Computer 10 - 4th Quarter
Computer 10 - 4th Quarter
LEARNING MATERIAL
13
IN
COMPUTER 10
th
4 QUARTER
SY 2023 – 2024
HTML Lists
Ordered HTML List
An ordered list starts with the <ol> tag. Each list item starts with the <li> tag.
The <dl> tag defines the description list, the <dt> tag defines the term (name), and
the <dd> tag describes each term:
HTML List Tags
Tag Description
Examples:
WEB