Why don't you look it up in an HTML on line manual. Then you will know where to look in future as well...
But anyway, there is an explicit line break <br> but that is often unnecessary. Many tags (like <p> <ul> <ol> etc...) default to block mode, which has an implied line break. So look up "block mode", "inline mode" and "inline-block mode" as well.
<img src=about_logo.gif" style="width:137px; height:48px; border: none; float: left;" alt="About.com" />
This text will be to the right of the image.<br />
This will be too.<br clear="left" />
Bookmarks