案例:html案例     状态:可编辑再运行    进入竖版
 运行结果 
x
 
1
<!DOCTYPE html>
2
<html>
3
4
<head>
5
  <title>Styling HTML5</title>
6
  <!--[if lt IE 9]>
7
  <script src="http://apps.bdimg.com/libs/html5shiv/3.7/html5shiv.min.js"></script>
8
  <![endif]-->
9
</head>
10
11
<body>
12
13
<h1>My First Article</h1>
14
15
<article>
16
London is the capital city of England. 
17
It is the most populous city in the United Kingdom, 
18
with a metropolitan area of over 13 million inhabitants.
19
</article>
20
21
</body>
22
</html>