Html
<img src='1.jpg' style='width:150px;'>
<BR>
<BR>
<img src='1.jpg' style='width:150px; border:3px solid blue;'>
Html
<div>Hello1</div>
<BR>
<BR>
<div style='width:150px; border:3px solid blue;'>Hello2</div>
Html
<div>Good</div>
<BR>
<BR>
<div style='width:150px; border-bottom:1px solid blue;'>Super</div>