Skip to content

CSS code snippet – How to add a photo beside a paragraph in html?

<div id='container'>
 <img src='someimage.jpg' style='float: left;'/>
 <p>some text (that will now wrap around the image</p>
</div>
See also  Java code snippet - How to open activity in android studio?

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.