W3School TIY
编辑您的代码:
<html> <head> <style type="text/css"> img { position:absolute; right:50px; } </style> </head> <body> <h1>This is a heading</h1> <img src="../i/w3school_logo_white.gif" /> </body> </html>
查看结果: