案例:html/html5 案例     状态:可编辑再运行    进入竖版
 运行结果 
x
 
1
<html>
2
<head>
3
<base target="_blank" />
4
</head>
5
6
<body>
7
8
<p><a href="//www.w3xue.com">W3xue</a></p>
9
<p>请注意,链接会在新窗口中打开,即使链接中没有 target="_blank" 属性。这是因为 base 元素的 target 属性已经被设置为 "_blank" 了。</p>
10
11
</body>
12
</html>
13