Assigne a title to the link:
Category: Links
Anchor tags
The anchor Tag to place in your HTML Adding it to a link
Go back
Go back to previous page Same as pressing browser back button
Style Links
No underline Add margins Use normal font colour
.Links General
Link To Site Root Link To This Same Page Javascript method Link to same page without URL arguments or Link to same page with URL arguments also or Open in new tab / window
Username and password in URL’s
An Example rtsp://myusername:[email protected]:554/axis-media/media.amp?resolution=1280×720
Rollover / Hover Pop Up Text
<a href="some_page.php" title="Some hover rollover text" >Click Here</a>
Nofollow
Example nofollow in a link <a href=”http://www.someurl.co.uk” target=”_blank” rel=”nofollow”>Some Text</a>