Forum Moderators: open
<doctype html>
.....w
<body>
<header></header>
<article></article>
<footer></footer>
</body>
</html>
Do people still use CSS resets or hacks e.g. Eric Meyer? Or is this no longer applicable to HTML5 or bootstrap?
I haven't found a go to code to structure a page?
I noticed bootstrap is a new plugin to install and code your site a lot better.
I haven't completely converted over yet but would like to understand it more.
It looks like there are some new tags added: <header></header>, <article></article>, <footer></footer>
I haven't found a go to code to structure a page? If you can show me a basic one apart from the one above then I would much appreciate it?