html div 添加链接

Posted aloneOnWorld

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了html div 添加链接相关的知识,希望对你有一定的参考价值。

<html>

<body>

<a href="http://www.w3school.com.cn/" target="_blank">Visit W3School!</a>

<p>如果把链接的 target 属性设置为 "_blank",该链接会在新窗口中打开。</p>
<div onclick="window.open(‘http://www.baidu.com‘ )" style="cursor:hand" )>在新窗口跳转至百度</div>
</body>

</html>

以上是关于html div 添加链接的主要内容,如果未能解决你的问题,请参考以下文章

div设定onclick后,如何点其中的超链接不触发onclick

js或者jQuery怎样得到指定div下的指定a标签

怎么在DIV里面的图片上添加超链接

怎么在DIV里面的图片上添加超链接

CSS里给空DIV加点击链接怎么实现

使用背景图像、标题和类别添加指向 div 的链接