Write()
•
JavaScript’s output statement:
•
document.write
(“Text”);
•
•
Inside the <script> tag, we must output
HTML
•
document.write (“<p>Text<br/>text</p>”);
•