实例代码“Ctrl+/”提示“F11/ESC”全屏 返回 格式化 恢复 运行
x
 
1
<!DOCTYPE html>
2
<html>
3
<head>
4
<style type="text/css">
5
h1 {color:red;}
6
p {color:blue;}
7
</style>
8
</head>
9
10
<body>
11
<h1>This is a heading</h1>
12
<p>This is a paragraph.</p>
13
</body>
14
15
</html>
16