| |
Links or HyperLinks
HyperLinks are basically pointers to other information on the
World Wide Web. The other sites might be a file in the same directory, in
Japan or anywhere in the world. The syntax varies a little
depending on what kind of connection is
required to visit the proposed site.
URL stands for Uniform Resource Locator. A URL, basically, is a way
to tell your web browser (or other program) where to look for something.
If you wanted to make a hypertext link to a page, you would need its
URL.
For Example: the URL for TRIO is http://www.usd.edu/trio
To make the actual link to this page, you would see something like this:
TRIO,
which is accomplished with the following HTML code.
<a Href="http://www.usd.edu/trio">TRIO</a>
These are the color attributes you can have within the BODY tag itself to differentiate
between the following
BGCOLOR | Indicates the background color |
TEXT | Color of displayed text |
LINK |
Color of an hyperlink within the page |
VLINK |
Color of visited hyperlink |
ALINK |
Color of hyperlink when clicked on or select | |
last modified
December 09, 2011
30596
|