HTML and CSS Reference
In-Depth Information
Link to an external site
1.
Add a new paragraph below the email link. Type:
<p>Please also visit www.dogs.com.</p>
2.
Surround the Web address www.dogs.com with these anchor
tags to link it to the external Web site:
<a href=”http://www.dogs.com”
target=”new”>www.dogs.com</a>
Tip: For an external link to work, you must type http:// as
part of the Web address.
The attribute target=”new” opens a new browser window to
display the external site.
Search WWH ::




Custom Search