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