<< Anatomy of an Anchor Tag | Index: HTML Basics | Next: Links >>

Anatomy of the Anchor Tag 2

...it’s time to put something inside the tags. Whatever we put in here, will appear on the web page as a clickable hypertext “link.”
 

<a href=”http://www.amazon.com”>Books

Close the tag, of course:

<a href=”http://www.amazon.com”>Books</a>

 

“Books” will link to www.amazon.com.
“Books” is the anchor.