Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Document.write

  • document.write
First line
<script>

document.write("<h1>Hello World</h1>");

</script>
Last line

  • script - javascript
  • document.write
  • document is the object representing the HTML document. The DOM.
  • Not really used any more