|
||||||||||||
|
the URL is what you see in your location bar when you're viewing a page. It starts with http:// Put the site's URL in place of the bogus URL's in the example (you must include the http:// part)
to make an offsite link: <a href="http://whatever-site.com/page.html">link text</a> to make an offsite link that opens in a new window: <a href="http://whatever-site.com/page.html" target="_new">link text</a> |
|||||||||||