Friday, April 15, 2011

Daily Double 4/15/11 - Schraubenl@glps.k12.mi.us

Making a picture into a link

Directions: Review the tutorial below to help with your Recipe website. We will have a brief review of this to start the hour today, no need to send me an email. After you have reviewed this, you may start working on your Recipe website.

How to make a picture into a link with html
With standard HTML, it's easy to make a picture into a link. If you already know how to make a link, like this:

<a href="http://www.blogger.com/your_url_goes_here">Click here!</a>

And you already know how to show an image, like this:

<img src="your_picture.jpg" />

Then you can combine those tags to make an image into a link:

<a href="http://www.blogger.com/your_url_goes_here"><img src="your_picture.jpg" /></a>

No comments:

Post a Comment