码迷,mamicode.com
首页 > Web开发 > 详细

Web前端(11)_base标签

时间:2019-03-20 20:45:45      阅读:202      评论:0      收藏:0      [点我收藏+]

标签:web   www   blank   搜狐   har   html   默认   targe   sel   

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title></title>
    <base target="_blank_"/>
</head>

<body>
    <a href = "http://www.baidu.com">百度</a>
    <a href = "http://sina.com" target="_self">新浪</a>
    <a href = "http://sohu.com">搜狐</a>
    <a href = "http://163.com">网易</a>
</body>
</html>

 

1、注意base标签是单标签

2、base标签的位置

3、默认是当前窗口打开的

Web前端(11)_base标签

标签:web   www   blank   搜狐   har   html   默认   targe   sel   

原文地址:https://www.cnblogs.com/sunnybowen/p/10567333.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!