Web Foundations/Hyperlinks
< Web Foundations

Internet word cloud

This lesson introduces hyperlinks.
Objectives and Skills
Objectives and skills for this lesson include:[1][2]
- Use the most current version of Hypertext Markup Language (HTML5) to create Web pages.
- Design Web pages to industry standards.
Readings
Multimedia
Examples
External
External page link:[3]
<a href="http://example.com/">External Link</a>
Local
Local page link:
<a href="page.html">Local Link</a>
Internal
Bookmark:
<h2 id="name">Section Heading</h2>
Link to bookmark:
<a href="#name">Section Heading Link</a>
Activities
- Complete the tutorial TutorialsPoint: HTML Text Links
- Complete the tutorial TutorialsPoint: HTML Image Links
- Complete the tutorial TutorialsPoint: HTML Email Links
Key Terms
- hyperlink
- link rot