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>

posted @ 2016-06-21 23:24  aloneOnWorld  阅读(1814)  评论(0编辑  收藏  举报