How to make elements behave like links without wrapping them in anchor tags
This question has existed in different forms around the internet; "how to turn a div into a clickable link", "how to make div behave like link" etc. The most obvious way would be to wrap everything between a pair of anchor tags like this:
<a href="/...
blog.timfon.dev2 min read