HTML base 标签的 href 属性

<base> 标签为页面上的所有链接规定默认地址或默认目标。

 

base 标签的 href 属性规定页面中所有相对链接的基准 URL。

<!DOCTYPE html>
<html lang="zh-cn">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1,maximum-scale=1, user-scalable=no">
<title>新建H5模板</title>
<base href="http://onestopweb.cn/test/img/" target="_self">
</head>
<body>
<img src="o_s017.jpg" alt="根据base获取图片"/><!--结果是:http://onestopweb.cn/test/img/o_s017.jpg-->
<img src="/test/img/o_s018.jpg" alt="站点的绝对路径获图片"><!--结果是:http://onestopweb.cn/test/img/o_s018.jpg-->
<a href="demo.html">测试链接</a><!--结果是:http://onestopweb.cn/test/img/demo.html-->
<a href="/test/demo.html">测试链接</a><!--结果是:http://onestopweb.cn/test/demo.html-->
<div style="background:url(o_s021.jpg) no-repeat; width:200px; height:150px;"></div><!--结果是:http://onestopweb.cn/test/img/o_s021.jpg-->
<div style="background:url(/test/img/o_s019.jpg) no-repeat; width:200px; height:150px;"></div><!--结果是:http://onestopweb.cn/test/img/o_s019.jpg--> 
</body>
</html>

 

效果图:

 
提示:要把HTML的结构写完整,否则在手机的浏览器上无法显示图片。

 

 

 

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 2
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论 2
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值