<img align=left> aligns an image to the
left side of the page
<img align=right> aligns an image to the right
side of the page
<img align=middle> aligns text to the middle of an
image
Pictures are nice and
all, but chances are you'll want to have some words with them on your Web page.
There are several ways to wrap text around pictures, and they're controlled
through the <img align> tags. For starters,
you can align an image down the left or right side of a page and let the text
flow around it.
Here's how you can
lead a paragraph off with an image:
<p><img align=left src="floyd.gif"> Hi I am Floyd and I
am a computer genius !
The text will begin
at the top of the image and flow down its right-hand side:
Hi I am Floyd and I am a
computer genius !
|