left up right
Styling Width and Height
<p>The following image is of a happy face image defined in the 
gif image format:
<img src="face.gif" style="width:48px;height:48px" alt="animated happy face" />.
The image element is a character-level or inline element which means
that it appears like a rather large letter or word in the middle of 
the paragraph. Character-level elements form part of the text flow 
within the paragraph. Control of the image's position is usually
done with a style sheet.</p>

The following image is of a happy face image defined in the gif image format: animated happy face. The image element is a character-level or inline element which means that it appears like a rather large letter or word in the middle of the paragraph. Character-level elements form part of the text flow within the paragraph. Control of the image's position is usually done with a style sheet.