实例代码“Ctrl+/”提示“F11/ESC”全屏 返回 格式化 恢复 运行
x
 
1
<!DOCTYPE html>
2
<html>
3
<head>
4
<style>
5
body
6
{ 
7
background: #00ff00 url('/upload/love/css.gif') no-repeat fixed center; 
8
}
9
</style>
10
</head>
11
12
<body>
13
<p>This is some text</p>
14
<p>This is some text</p>
15
<p>This is some text</p>
16
<p>This is some text</p>
17
<p>This is some text</p>
18
<p>This is some text</p>
19
<p>This is some text</p>
20
<p>This is some text</p>
21
<p>This is some text</p>
22
<p>This is some text</p>
23
<p>This is some text</p>
24
<p>This is some text</p>
25
<p>This is some text</p>
26
<p>This is some text</p>
27
<p>This is some text</p>
28
<p>This is some text</p>
29
<p>This is some text</p>
30
<p>This is some text</p>
31
<p>This is some text</p>
32
<p>This is some text</p>
33
<p>This is some text</p>
34
<p>This is some text</p>
35
<p>This is some text</p>
36
<p>This is some text</p>
37
</body>
38
39
</html>
40