TUTORIALS
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


LIST

 -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)
Tag Description
<ol> Defines an ordered list
<ul> Defines an unordered list
<li> Defines a list item
<dl> Defines a description list
<dt> Defines a term/name in a description list
<dd> Defines a description of a term/name in a description list
Copyright � Angel Mae Ruiz(2014)