Exercise Four

Create an HTML page with five images. The images should invoke the following absolute URLs:

http://www.michaelmasumoto.com/htmlOnline/graphics/capitalA.gif
http://www.michaelmasumoto.com/htmlOnline/graphics/capitalB.gif
http://www.michaelmasumoto.com/htmlOnline/graphics/capitalC.gif
http://www.michaelmasumoto.com/htmlOnline/graphics/capitalD.gif
http://www.michaelmasumoto.com/htmlOnline/graphics/capitalE.gif

The above five pictures are all the same size: 54 pixels wide by 54 pixels high

Remember: do not use copy-and-paste or any built-in tools from your HTML editor; code all tags by hand.

Example Code:

<img src="http://www.michaelmasumoto.com/htmlOnline/graphics/capitalA.gif" width="54" height="54" />

Main Menu