Image Tags

There are some tags that don't have a closing tag. This is one of them. The Image Tag is how you display an image on your page. In the tag you can use attributes to define how the Image will look in the document. You can even use an image to make a link, for more information on this topic, click here

The Image Tag looks like this:

<img src="http://www.photourlhere.com/">

Then of course there are the attributes to define the image:

width="200" This attribute would make the image 200 pixels wide on the document.

height="200" This changes the height, also measured in pixels.

border="1" This defines the outline around the Image, to set to no border, simply use the number 0.


If you don't know where to go to get the Image Address or URL, Click Here to see a demonstration.



No comments:

Post a Comment