Image attributes
This assignment will reinforce the role of the attributes of tags and give you practice with one of the attributes of the<img> tag.
The <img> tag has several attributes, including these:
- ALT=Text (alternate text)
- WIDTH=Length (image width)
- HEIGHT=Length (image height)
- ALIGN=top|middle|bottom|left|right (image alignment)
- HSPACE=Pixels (horizontal gutter)
- VSPACE=Pixels (vertical gutter)
Pick one of these attributes and do an experiment to see what its affect is.
Print the pages with your experiment (source and as displayed in a browser) to turn in.
Also, write a clear, concise description of the way changing the value of the attribute changes the appearance of the page.