370699-1.html (246B)
1 <html> 2 <head> 3 </head> 4 5 <body style="width: 100px; border: 2px solid yellow;"> 6 7 <span style="position: relative;"> 8 <img width="200" height="100" align="left"> 9 <span style="position:absolute; float:left;"></span> 10 Foo 11 </span> 12 13 </body> 14 </html>