Web Foundations/Hyperlinks

From Wikiversity
Jump to navigation Jump to search
Internet word cloud
Internet word cloud

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]

  1. Wikipedia: Hyperlink
  2. Wikibooks: HyperText Markup Language/Hyperlinks

Multimedia[edit | edit source]

  1. YouTube: HTML5 Tutorial for Beginners

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]

  1. Complete the tutorial TutorialsPoint: HTML Text Links
  2. Complete the tutorial TutorialsPoint: HTML Image Links
  3. Complete the tutorial TutorialsPoint: HTML Email Links

Key Terms[edit | edit source]

hyperlink
link rot

See Also[edit | edit source]

References[edit | edit source]