What is the correct code to create a link with heading 1 according to web standards?
is it
< h1>< a href="http://stackoverflow.com"> stackoverflow < /a>< /h1>
or
< a href="http://stackoverflow.com">< h1> stackoverflow < /h1>< /a>
Thanks