LINKSAs you know, HTML stands for HyperText Markup Language. Hypertext is all about links which allow you to hop from one page to another. In this lesson, we'll talk about links. Here's a basic link which takes you to another page located in the same directory. <a href="another_page.html">Another Page</a>Here's one for a page located on another computer: <a href="http://www.yahoo.com">Yahoo.com</a>If you want the page to open in another tab, then add the TARGET attribute, like this: <a href="another_page.html" target="newpage">Another Page</a>BTW, you should be aware that a web address is more properly called a Universal Resource Locator or URL for short. Do a quick online search and find the answer to this question:   What is the difference between an absolute and a relative URL?
ASSIGNMENT: You will create four pages. Each will have a different question as its title:
|