Alignment
Basics
Character Codes
Colors
CSS
DIVS
Forms
Frames
Links
Lists and Bullets
Meta Tags
Multimedia
Pictures
Spacing
Tables
Text
Image Map Links
Internal Links
Local Links
Picture Links
Target Page
Text Links
Picture Links
[notify admin to delete page]
255
Picture Links
Delete Section
Description
This tag allows you to make pictures into links. The tag looks like <A HREF="url">. The starting tag is <A HREF="url"> and the closing tag is </A>. Between these two tags is where you put the picture tag. The text "url" needs to be replaced with the address you are linking to. Here is an example using the picture link tag.
This tag allows you to make pictures into links. The tag looks like <A HREF="url">. The starting tag is <A HREF="url"> and the closing tag is </A>. Between these two tags is where you put the picture tag. The text "url" needs to be replaced with the address you are linking to. Here is an example using the picture link tag.
Code
<A HREF="http://www.activejump.com"> <IMG SRC="http://www.activejump.com/images/sample.jpg"> </A>
<A HREF="http://www.activejump.com"> <IMG SRC="http://www.activejump.com/images/sample.jpg"> </A>
Output
<A HREF="http://www.activejump.com"> <IMG SRC="http://www.activejump.com/images/sample.jpg"> </A>
Practice
Cannot Edit - Code section automatically placed here.
Click to add Section
Advertisements