Questions tagged [document-body]

The body is part of an HTML document. It contains the content of that document.

268 questions
3
votes
2 answers

Using the body element as a page wrapper

Yesterday I had a discussion with my colleagues about using the body element as a wrapper to avoid something like div.page-margins or div.wrapper as a direct first child of the body element. I like to use the body as a page wrapper and apply all…
Herr Paul
  • 43
  • 1
  • 6
3
votes
0 answers

Javascript script at bottom of HTML page as good as JQuery's document-ready?

In a discussion, someone argued that embedding Javascript in a