Hyperlinks
Article ID: KB101114
A hyperlink is a section of content that is clickable and brings you to
another place, or performs some action, when you click it.
There are different types of hyperlinks that you may create in FrontPage:
- Normal hyperlink - A hyperlink that brings you to another web page or
file
- Email hyperlink - A hyperlink that brings up an email program with a
specific email address already specified
- Bookmark hyperlink - A hyperlink that brings you to a
bookmark - a
specific section on a page
Behind the Scenes
If you look at a hyperlink in Code view, you may see code like this:
<a href="page.htm">Click here to go to my page</a>
You'll notice that the text displayed on the page as a hyperlink is actually
surrounded by more code within the HTML code. This code is what defines a
hyperlink. The part within quotes is the URL - that is, the web site or page
that the link will go to when you click it.

Authors and Contributors:
Corrie Haffly
Was this helpful?
Please rate this article:
Email address: (not required)
(Please provide your email address if you would like PixelMill support to follow-up with you about your comment. You're email address is NOT REQUIRED to submit a comment.)
Comments: (How can we improve this article?)
Clicking "Submit" will not clear this page.
link to this page:
http://www.pixelmill.com/support/al0/kb101114.htm
permalink to this article:
http://www.pixelmill.com/support/kb101114.htm
Back to top