| Resizing Images |
|
|
|
|
How to Resize Images, Graphics or Photos within HTML Web Pages? The IMAGE tag is used to display images on your web page. Please note: Your image should be in the format of JPG or JPEG files. Images formatted in GIF do not resize well, as their colors have been reduced.
Original Image: ![]() IMG src="yourimage.gif" WIDTH="96" HEIGHT="134" Resized Image: ![]() IMG src="yourimage.gif" WIDTH="76" HEIGHT="114" Resizing your image within your HTML code should only be used for small changes. Large image files will remain large even if you resize it within your HTML. |




