Wrap link around

后端 未结 8 1039
没有蜡笔的小新
没有蜡笔的小新 2020-11-28 06:54

Is it possible to wrap an tag around

8条回答
  •  攒了一身酷
    2020-11-28 07:19

    You would just want to style the "a" tag as display: block;

    Eclipse is appropriately telling you that your HTML is not to spec (as a div tag is not allowed in an anchor tag).

    But, since you seem to want to be visually making the anchor look like a big-ol-box, then simply style it as such :)

提交回复
热议问题