294306-1.html (272B)
1 <!DOCTYPE html> 2 3 <html> 4 <body> 5 <!-- Lack of space before <span> is important --> 6 <p style="text-indent: 4em;"><span src="test.jpg" style="text-indent: 0; width: 150px; height: 200px; float: right;">Right Float</span> 7 Text in the block 8 </p> 9 </body> 10 </html>