Is there a more correct order for nesting a and elements in HTML?
e.g.:
HTML4, XHTML
Text
HTML5
Text Text
It's acceptable in HTML5 as the anchor tag's been made 'block level'.
Some good info on block level and inline level tags can be found at http://www.webdesignfromscratch.com/html-css/css-block-and-inline/