![]() |
![]() |
![]() |
![]() |
|---|
|
Lesson 1 Lesson 2 Lesson 3 Lesson 4 Lesson 5 Lesson 6 Lesson 7 Lesson 8 Lesson 9 Lesson 10 EXERCISES Exercise 1 Exercise 2 Exercise 3 Exercise 4 Exercise 5 Exercise 6 Exercise 7 Exercise 8 Exercise 9 Exercise 10 |
-An unordered list starts with the <ul> tag. Each list item starts with the <li> tag. -An ordered list starts with the <ol> tag. Each list item starts with the <li> tag. -A description list is a list of terms/names, with a description of each term/name. -The <dl> tag defines a description list. -The <dl> tag is used in conjunction with <dt> (defines terms/names) and <dd> (describes each term/name)
|