Web Design - Introduction to HTML: Hyperlinks

Sections:  Introduction  |  Section 1  |  Section 2  |  Section 3  |  Section 4  |  Section 5
Section Three:   Part A  |  Part B  |  Part C  |  Part D  |  Part E  |  Part F  |  Part G

Introduction to HTML – Hyperlinks

links

Objectives

By the completion of the section, students will be able to:

  • Use the <a></a> tag to create absolute references, relative references, and email links in an HTML document.
  • Differentiate between an absolute reference and a relative reference.
  • Explain when each reference type (absolute and relative) would be used in a web page / site.
  • Identify the parts of a URL; to include:
    • The protocol
    • The domain name
    • The domain type
    • The file path
    • The file name
  • Include important attributes in the opening <a> tag to make it functional and informational; attributes to include:
    • href=""
    • target=""
    • title=""

Next Next

© 2008 KCDL. All rights reserved.