left up right
Precedence

Styling takes precedence

<p>The following image is of a happy face image defined in the 
gif image format:
<img src="face.gif" 
style="width:96px;height:24px" 
width="48" height="48" 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.