I\'m currently using the above tags in this way (classic tag order):
...
...
I see what you are trying to do, you are trying to use the tag as the container for the main content of the page. Instead, use the
*Metadata*
* and other important stuff
*
*All my content*
I'm not 100% sure but I think that anything outside the tag is considered metadata and will not be rendered by the browser. I don't think that the DOM can access it either.
To conclude, use the tag for your content and keep formatting your HTML the correct way as you have in your first code snippet. You used the
tag but I think that comes with some weird formatting issues when you try to apply CSS.