Writing into the HTML output using Javascript
JavaScript Overview of Javascript (Article) Overview of Javascript (Program)
320Program:
document.write()
My first paragraph.
Never call document.write after the document has finished loading. It will overwrite the whole document.
Output:
no
Explanation:
no
This Particular section is dedicated to Programs only. If you want learn more about Javascript. Then you can visit below links to get more depth on this subject.