|
|
|
Adding images <IMG SRC="whale.jpg" WIDTH=295 HEIGHT=195> The width and height specifications in pixels are not necessary but they make the page load faster. Aligning images <IMG SRC="URL" ALIGN=TOP|BOTTOM|MIDDLE|LEFT|RIGHT> You can declare where you want the image to appear on the page. Alt attribute <IMG SRC="whale.jpg" WIDTH=295 HEIGHT=195 ALT="picture of humpback whale breaching> The ALT attribute gives a short description that will display for users who choose not to load images or cannot see them.
|