|
Here's What's Happening:
* A stands for Anchor. It begins the link to another page.
* HREF stands for Hypertext REFerence. That's a nice, short way of saying to the browser, "This is where the link is going to go."
* http://www.serenitys-treasures.com is the FULL ADDRESS of the link. Also notice that the address has an equal sign in front of it and is enclosed in quotes. Why? Because it's an attribute of the Anchor Tag, a command inside of a command. Remember that from Tutorial #3?
* Where it reads "Click Here For Serenity's Treasures" is where you write the text you want to appear on the page. What is in that space will appear on the page for the viewer to click. So, write something that denotes the link.
* </A> ends the entire link command.
Here's what will appear on the page using the command above . . .
Click Here For Serenity's Treasures
Now, without clicking, simply lay your pointer on the blue words. You'll see the address of the link you created come up along the bottom of the browser window, down where it usually reads "Document Done".
|