I realise that both wrapping a heading with a link, and putting a link inside the heading both work, but is there a convention or actual reason for doing one over the other.
So for example, is <a href="#"><h1>A Header</h1></a>
acceptable, or should I always code <h1><a href="#">Another Header</a></h1>
?
A question that everyone has thought of at some point, but was too afraid to ask!