I have below html code. How to move span element with image right to the div tag?
Below is the code
<div style='width:600px;padding-top: 2px;padding-bottom: 1px'>
<span style='padding-left: 25px'>" + rank + "</span >
<span style='padding-left: 35px'><img id='img1' class='img-rounded' alt='' width='50' height='50' src='test.jpg' /></span>
<span style='position:absolute;padding-left: 30px' >" + o.Title + "</span>
<span style='position:absolute;float:right'>
<img class='img-rounded' alt='' width='20' height='10' src='images/Information.png' />
</span>
</div >