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


LINKS

 -Links are found in nearly all Web pages. Links allow users to click their way from page to page.
 -The HTML <a> tag defines a hyperlink.
 -A hyperlink (or link) is a word, group of words, or image that you can click on to jump to another document.
 -When you move the cursor over a link in a Web page, the arrow will turn into a little hand.
 -The most important attribute of the <a> element is the href attribute, which indicates the link's destination.
 Tip: The "Link text" doesn't have to be text. It can be an image or any other HTML element.
Tag Description
<a> Defines a hyperlink
Copyright � Angel Mae Ruiz(2014)