Hello!
Which one is correct way to make title of the link to also be an H3 tag:
Do I nest the A inside the H3 OR H3 inside the A:
<h3><a href="/somwhere.htm">Some title</a></h3>
OR
<a href="/somewhere.htm"><h3>Some title</h3></a>
Just wondering if these 2 are both correct or if only one is correct, then which one and why?
Thanks








Bookmarks