HTML: Links

This is instruction on how to put links into an HTML page.

Link to a web page:
<a href=”url“>link text</a>

Example: Link to another website:
<a href=”http://www.markersinmotion.com/web/“>Visit Markers In Motion – web</a>

Example: Local Link (your website):
<a href=”index.php“>Knowledge Home Page</a>

Example: Local Link: Full Address
<a href=”http://namref.com/search_knowledge/index.php“>Visit NamRef Knowlege Cache</a>

Example: Local Link (your website): New Tab or Window
<a href=”index.php” target=”_new”>Knowledge Home Page</a>

Leave a Reply