W3School TIY
编辑您的代码:
<html> <head> <style type="text/css"> img { position:absolute; left:100px } </style> </head> <body> <h1>这是标题</h1> <img class="normal" src="../i/eg_smile.gif" /> <p>一些文本。一些文本。一些文本。一些文本。一些文本。一些文本。</p> </body> </html>
查看结果: