Links: HTML
Overview
| Overview | The prefix hyper
comes from the Greek meaning above or beyond.
When the browser cursor passes over a hyperlink, the cursor turns into a little hand. When visitors click on the hyperlinked text they are sent to another location. |
|
| Types | There are several different types of hyperlinks;
each sends the visitor to a different type of location.
You can create a link to:
|
|
| Format | By default, a hyperlink appears in a web page as underlined
and colored text.
You can change these default colors to match the color scheme of your site. |
|
| The Anchor Tag | In a hyperlink, the hyperlinked text on your web page
can be said to be anchored
to another place, i.e., the destination to which the hyperlink leads.
Thus, the HTML to create a hyperlink starts with the anchor tags, i.e., <A>[clickable text]</A> In the sample HTML code above, [clickable text] stands for the text or the image that you wish to turn into a hyperlink. |
|
| Style | When you add hyperlinks to your pages, embed
them in your text instead of typing the URL on the page.
Proper : Visit my home page. Improper:: Visit my home page at http://www.nvcc.edu/home/ataormina Above all, avoid the phrase "Click here!" |
Links: HTML
Overview
Create Absolute Links
Create Relative Links
Create Mailto Links
Create Internal Links
Open a Link in a New Window
Web Design Center
Last Revised:
October 19, 2006
© Agatha Taormina