tutorial 3: images and universal design

watch it on YouTube

Notes

New HTML Covered

alt
property that should be used with the <img> tag to provide a description of the image
height
property that should be used with the <img> tag to declare the height dimension of an image. It should not be used to resize the image (use CSS to resize, or better yet, start with an image of the correct size).
width
property that should be used with the <img> tag to declare the width dimension of an image. It should not be used to resize the image.