实例代码“Ctrl+/”提示“F11/ESC”全屏 返回 格式化 恢复 运行
x
 
1
<!DOCTYPE html>
2
<html>
3
<body>
4
5
<p>This is some text.</p>
6
7
<div style="color:#0000FF">
8
  <h3>This is a heading in a div element</h3>
9
  <p>This is some text in a div element.</p>
10
</div>
11
12
<p>This is some text.</p>
13
14
</body>
15
</html>