February 2006
Beginner
416 pages
11h 35m
English
<img src="filename.ext" />To refer to a file that is up one level in the folder structure:
<img src="../filename.ext" />Within the tag:
<img src="filename.ext" style="float: left" />
or
<img src="filename.ext" style="float: right" />
In a style sheet:
img {float: left}or
img {float: right}Arranging Elements on the Page
<tag style="clear: left">text</tag>
or
<tag style="clear: right">text</tag>
where tag is any text-related tag such as <p> or <h1>.
Read now
Unlock full access