Lesson 3 HTML Introduction
Lesson 3 HTML Introduction
<ol> - An ordered list. This will use different schemes of numbers to list your items- 1, ‘A’, ‘a’,
‘I’, or ‘i’.
<dl> - A definition list. This arranges your items in the same way as they are arranged in a
dictionary. The <dl> tag defines the description list, the <dt> tag defines the term (name), and
the <dd> tag describes each term.