Examples
•
Anchor example:
•
<h3> <a name=“here">Here </a></h3>
•
Note that the <h3> block element is “outside” the
anchor element.
•
Image as a link example:
•
<a href=“#here”> <img src=“net.gif”/> </a>
•
See example.