案例:html/html5 案例     状态:可编辑再运行    进入竖版
 运行结果 
x
 
1
<html>
2
<head>
3
<style>
4
a:active
5
{
6
color:#00FF00
7
}
8
</style>
9
</head>
10
<body>
11
12
<p><a href="//www.w3xue.com">W3xue.com</a></p>
13
<p><a href="//www.w3xue.com/html/">HTML Tutorial</a></p>
14
15
</body>
16
</html>