实例代码“Ctrl+/”提示“F11/ESC”全屏 返回 格式化 恢复 运行
x
 
1
<!DOCTYPE html>
2
<html>
3
4
<head>
5
  <title>Styling HTML5</title>
6
  <!--[if lt IE 9]>
7
  <script src="https://apps.bdimg.com/libs/html5shiv/3.7/html5shiv.min.js">
8
  </script>
9
  <![endif]-->
10
</head>
11
12
<body>
13
14
<h1>我的第一篇文章</h1>
15
16
<article>
17
London is the capital city of England. It is the most populous city in the United Kingdom, with a metropolitan area of over 13 million inhabitants.
18
</article>
19
20
</body>
21
</html>
22