Use:
<img src="images/ih01.jpg" style="float: left; height: 110px; width: 80px; " >
instead of align. The align attribute is deprecated.
recursive
2008-12-23 05:12:43
Use:
<img src="images/ih01.jpg" style="float: left; height: 110px; width: 80px; " >
instead of align. The align attribute is deprecated.
First off, "align" is deprecated. You'll want to use the CSS float property here.
<p>
<img src="images/ih01.jpg" style="float:left;height:110px;width:80px" />
This course overs basic human anatomy and physiology, including the major
body systems and their functions. When you have completed this course you
will be able to identify major body components and their core physiological
functions.
</p>
It's time to take a "time out" to learn about floats!