html - Float images under one another -


is possible have images float right under 1 another, preferably without css or div tags because i'm not experienced them, solution welcome. thanks

this easiest <div> - no need scared, it's box!

<div style="float:right">     <img src="image1.png" /><br />     <img src="image2.png" /><br />     <img src="image3.png" /><br />     <img src="image4.png" /> </div> 

Comments

Popular posts from this blog

php - SPIP: From Tag directly to an article -

jquery - isAjaxRequest always return false -

ruby on rails - In a controller spec, how to find a specific tag in the generated view? -