Alignment
Basics
Character Codes
Colors
CSS
DIVS
Forms
Frames
Links
Lists and Bullets
Meta Tags
Multimedia
Pictures
Spacing
Tables
Text
Adding Text
Align Text
Marquee
Text Color
Text Font
Text Headers
Text Links
Text Size
Text Spacing
Text Styles
Text Links
[notify admin to delete page]
239
Text Link
Delete Section
Description
This tag allows you to make text into a link. The tag looks like <A HREF="url">. The starting tag is <A HREF="url"> and the closing tag is </A>. The text between these two tags is what is the link. The text "url" needs to be replaced with the address you are linking to. Here is an example using the link tag.
This tag allows you to make text into a link. The tag looks like <A HREF="url">. The starting tag is <A HREF="url"> and the closing tag is </A>. The text between these two tags is what is the link. The text "url" needs to be replaced with the address you are linking to. Here is an example using the link tag.
Code
<A HREF="http://www.activejump.com"> Active Jump Home Page </A>
<A HREF="http://www.activejump.com"> Active Jump Home Page </A>
Output
<A HREF="http://www.activejump.com"> Active Jump Home Page </A>
Active Jump Home Page
Practice
Cannot Edit - Code section automatically placed here.
Click to add Section
Advertisements