// Write a heading document.write("This is a heading"); // Write two paragraphs: document.write("This is a paragraph."); document.write("This is another paragraph.");