This is the print version of http://www.quackit.com/html/codes/html_picture_codes.cfm
You can use the following HTML code to embed a picture into your HTML document. The code uses the <img> tag, which is the official tag to use for embedding pictures on web pages.
You can also check out the HTML images section of the HTML Tutorial.
This code results in:
Here are links to more picture codes. You can do things like hyperlink images or add a border around your picture. You can even create a rollover effect whenever you hover over the image.
You can use the following template as a basis for your HTML picture codes. Simply fill in the blanks or remove uneeded attributes.
For an explanation of all the attributes, see the HTML img tag specifications.
<img src=""
width=""
height=""
border=""
alt=""
class=""
id=""
title=""
style=""
dir=""
lang=""
ismap=""
usemap=""
align=""
hspace=""
vspace=""
onclick=""
ondbclick=""
onmousedown=""
onmouseup=""
onmouseover=""
onmousemove=""
onmouseout=""
onkeypress=""
onkeydown=""
onkeyup="" />