案例:html/html5 案例     状态:可编辑再运行    进入竖版
 运行结果 
x
 
1
<html>
2
<head>
3
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
4
<meta http-equiv="Content-Language" content="zh-cn" />
5
</head>
6
7
<body>
8
9
<a href="/" style="text-decoration:none">
10
这是一个链接!
11
</a>
12
13
</body>
14
</html>