源代码
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>编程字典(CodingDict.com)</title> <style> img { position:absolute; right:50px; } </style> </head> <body> <h1>This is a heading</h1> <img src="logocss.gif" width="95" height="84"> </body> </html>
运行结果