Anatomy
of the Anchor Tag |
We start the anchor tag logically enough:
<a
Then we tell the browser that this anchor will have
a hypertext reference to another web page:
<a href=”http://www.amazon.com”>
We’ve completed the opening anchor tag. It
has some data embedded in it, but otherwise it’s
a normal tag. Now... |