Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagejs
document.body = document.createElement('body'); // This creates a new body element

We still have the head element with any styling that is present. You can see this by putting in some simple markup:

...