码迷,mamicode.com
首页 > 其他好文 > 详细

target 标签

时间:2018-12-12 00:17:37      阅读:210      评论:0      收藏:0      [点我收藏+]

标签:target   border   targe   exp   显示   get   doc   order   explorer   

<!DOCTYPE html>
<html>
<head>
<style>
:target
{
border: 2px solid #D4D4D4;
background-color: #e5eecc;
}
</style>
</head>
<body>

<h1>这是标题</h1>

<p><a href="#news1">跳转至内容 1</a></p>
<p><a href="#news2">跳转至内容 2</a></p>

<p>请点击上面的链接,:target 选择器会突出显示当前活动的 HTML 锚。</p>

<p id="news1"><b>内容 1...</b></p>
<p id="news2"><b>内容 2...</b></p>

<p><b>注释:</b> Internet Explorer 8 以及更早的版本不支持 :target 选择器。</p>

</body>
</html>

target 标签

标签:target   border   targe   exp   显示   get   doc   order   explorer   

原文地址:https://www.cnblogs.com/JamyWong/p/10105646.html

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