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


HEADINGS

 -Headings are important in HTML documents.
 -Headings are defined with the <h1> to <h6> tags.
 -<h1> defines the most important heading. <h6> defines the least important heading.
 -Use HTML headings for headings only. Don't use headings to make text BIG or bold.
 -Search engines use your headings to index the structure and content of your web pages.
 -Since users may skim your pages by its headings, it is important to use headings to show the document structure.
 -H1 headings should be used as main headings, followed by H2 headings, then the less important H3 headings, and so on.

  Note: Browsers automatically add some empty space (a margin) before and after each heading.
Copyright � Angel Mae Ruiz(2014)