0

我需要将整个 div 链接到某个 url。在 div 中是内容,在内容中需要有一个链接。最好的方法是什么?所以可以说我有以下代码:

<div class="pet_container" onClick="window.location.href='some.html'">
<div class="pet_bullets_text">
<ul>
<li id="links">Retailer locator on <a href="http://www.somewebsite.com" target="_blank"><u>somewebsite.com</u></a> brings customers into your store</li>
</ul>                       
</div>

4

0 回答 0