Types
of Hyperlinks
In HTML there are several
types of hyperlinks which include:
- Links to other HTML
pages in the site
- Links to other files
such as documents, PDF's images, movies, music
- Links to other sites
- Internal links on
a page using named anchors
Links can be absolute
as in the case of linking to an outside site. The absolute path
must include http:// in the adress.
Pages in your own site
are document relative or root relative links.
The Target drop
down next to the link field specifies where the page will open.
_blank will
open the page in a new browser window.
_parent will
open the page in the parent frame or parent window of the frame
containing the link.
_self is
the default setting and opens the linked page in the same window
or frame as the link. It is not necessary to specify the target
unless you want it to open in a window other than the same
window.
_top loads
the page in the full browser window
|