|
|
|
Title: Width and Height URL: http://www.activejump.com/d-2.shtml Email: webmaster@activejump.com
Introduction
<IMG SRC="url" WIDTH="#" HEIGHT="#">.
The # symbol is replaced by the number of pixels you want the width and the height to be. Below is an example of using the
width and height tag.
The first reason is that, if the height and width are included in the HTML, the page will load faster. This is because your
browser already knows the picture's dimensions and does not have to find them itself.
The second reason is that you are able to change the pictures dimensions from what they really are, into what you want them to
be. For example, there is a picture that is 50x50, that you want to reduce to 25x25, all you need to do is include the
width and height and set them to 25.
|