使div的总面积成为一个链接

时间:2013-07-22 08:13:20

标签: css html anchor

将div的总区域设为链接的正确方法是什么?

我有多个div小块,我希望div的总面积为链接。

Anchor标签是否应在内部包裹span或者最佳方式是什么?

<div class="l-box">
    <h3>Service 1</h3>
    <p>Service description</p>
</div>
<div class="l-box">
    <h3>Service 2</h3>
    <p>Service description<</p>
</div>

1 个答案:

答案 0 :(得分:3)

使用<a href="#"></a>包裹您的div并将display: block;提交给a