❮ alert
❯
- document.write
Document.write
examples/js/document_write.html
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