Web Foundations/Hyperlinks
This lesson introduces hyperlinks.
Objectives and Skills
editObjectives 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
editMultimedia
editExamples
editExternal
editExternal page link:[3]
<a href="http://example.com/">External Link</a>
Local
editLocal page link:
<a href="page.html">Local Link</a>
Internal
editBookmark:
<h2 id="name">Section Heading</h2>
Link to bookmark:
<a href="#name">Section Heading Link</a>
Activities
edit- Complete the tutorial TutorialsPoint: HTML Text Links
- Complete the tutorial TutorialsPoint: HTML Image Links
- Complete the tutorial TutorialsPoint: HTML Email Links
Key Terms
edit- hyperlink
- link rot
See Also
editReferences
edit