W3School TIY
编辑您的代码:
<html> <head> <style type="text/css"> img { position:absolute; top:0px } </style> </head> <body> <h1>This is a Heading</h1> <img class="normal" src="../i/eg_smile.gif" /> <p>一些文本。一些文本。一些文本。一些文本。一些文本。一些文本。</p> </body> </html>
查看结果: