Entire div as a link?

后端 未结 8 1360
抹茶落季
抹茶落季 2021-02-04 04:55

I want to use an entire div as a link.. without the use of \"onclick\"

Is this possible with a simple href?

Thanks

8条回答
  •  借酒劲吻你
    2021-02-04 05:22

    I do not think this is possible without the use of onclick event.You can use display:block; for displaying the link as a div but nothing else.

提交回复
热议问题