实例代码“Ctrl+/”提示“F11/ESC”全屏 返回 格式化 恢复 运行
x
 
1
<html>
2
<head>
3
<style>
4
body
5
{
6
font-size:50px;
7
}
8
</style>
9
</head>
10
<body>
11
12
<h1>This is a header (headers are not affected by the font-size property)</h1>
13
<p>This is a paragraph.</p>
14
15
</body>
16
</html>
17