案例:html案例     状态:可编辑再运行    进入竖版
 运行结果 
x
<p>London is the capital city of England. It is the most populous city in the United Kingdom,
 
1
<!DOCTYPE html>
2
<html lang="en">
3
<title>HTML</title>
4
<meta charset="utf-8">
5
6
<!--[if lt IE 9]>
7
<script src="http://apps.bdimg.com/libs/html5shiv/3.7/html5shiv.min.js">
8
</script>
9
<![endif]-->
10
11
<style>
12
body {
13
    font-family:Verdana,sans-serif;font-size:0.8em;
14
}
15
header,footer,section,article {
16
    border:1px solid grey;
17
    margin:5px;margin-bottom:15px;padding:8px;
18
    background-color:white;
19
}
20
header,footer {
21
    color:white;background-color:#444;margin-bottom:5px;
22
}
23
section {
24
    background-color:#ddd;
25
}
26
nav ul  {
27
    margin:0;padding:0;
28
}
29
nav ul li {
30
    display:inline; margin:5px;
31
}
32
</style>
33
34
<body>
35
36
<header>
37
<h1>Monday Times</h1>
38
</header>
39
40
<nav>
41
<ul>
42
  <li>News</li>
43
  <li>Sports</li>
44
  <li>Weather</li>
45
</ul>
46
</nav>
47
48
<article>