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 添加链接的主要内容,如果未能解决你的问题,请参考以下文章