Project 3

This project will display various properties of images.
To put an image on a page, use this format:
<img src="URL of the Image">

Here is an image posted normally:



Here is an image posted with it's height property tampered with, and its width property being assigned to its normal width (in this case it was 468 Pixels wide).



If we reverse the process it'll look like this:



In this case the width was changed to a smaller size.

Normally an image word wraps with the text aligned to the bottom of an image. If we change the Align property, we can change this.


Here is an example of how an image word wraps.

Here is some text aligned to the top of an image.
Some other Options for the Align property are absbottom, absmiddle, texttop, left, right, middle, bottom, and baseline.