0
How could i add a photo and texts along with it on its opposite side simultaneously?
For example:- I added a photo on the left side and i want to give descriptions about it on the right side of the photo at the same elevation. Is it possible?
2 Réponses
+ 1
://Like this
<img src="http://www.sololearn.com/images/tree.jpg">
<h2>Image</h2>
<p>Tree image</p>
//css
img{
float:left;
}
0
i guess the output is not desirable...i want the description about the pic on the opposite side at same "elevation" and not "under or over the pic" .