Introduction to HTML – Hyperlinks
ObjectivesBy 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
|