实例代码“Ctrl+/”提示“F11/ESC”全屏 返回 格式化 恢复 运行
x
 
1
<!DOCTYPE html>
2
<html>
3
<head>
4
<style>
5
img
6
{
7
position:absolute;
8
top:0px;
9
}
10
</style>
11
</head>
12
13
<body>
14
<img src="/upload/love/css.gif" width="95" height="84">
15
<h1>This is a heading</h1>
16
</body>
17
</html>
18