Web Design - Web Authoring / Intermediate HTML: Hyperlinks

Sections:  Introduction  |  Section 1  |  Section 2  |  Section 3
Section One:  Part A  |  Part B  |  Part C  |  Part D  |  Part E  |  Part F  |  Part G  |  Part H   |  Part I  |  Part J  |  Part K  |  Part L  |  Part M

Let's See the Anchor Tag in Action

Refer back to the fictional web page you were creating about dirt bikes. You have been introduced to the HTML elements necessary to create an absolute reference hyperlink, so let's see them in action.

Let's See it in Action icon. Let's See it in Action: Creating an Absolute Reference Link

Take a look at the mash-up screenshot below. Pay particular attention to the <a></a> tags, the href="" attribute included in the opening <a> tag, and the text listed between the tags.

yamaha see it in action

Upon review of the mash-up, there are some important things to note; particularly:

  1. The <a></a> tags are listed in the body of the web page between the <body></body> tags.
  2. The href="" attribute is listed in the opening <a> tag.
  3. The href="" attribute includes the entire URL for the Yamaha Motor web page
  4. The text listed between the opening <a> tag and the closing </a> tag, “I love Yamaha”, is made a link in the web browser.

presentation Watch the video below to see an absolute reference link in action.

NextNext

© 2008 KCDL. All rights reserved.