I'm starting a project and I'm having a question, what is the best way to set up the body of the page before styling the other elements? besides the body of the page do you use div
for example as a kind of container
for the whole site or start to produce direct in the body of the site?
<body>
<div id="tudo">
</div>
</body>
And how do you set the page body in the right way to receive a Elastic Layout site?