1 | There is only one JavaScript statement: document.writeln("<H1>Hello World!</H1>"); |
2 | The writeln method writes its argument into the current document |
3 | The script is in the <BODY> since it writes HTML code into the document; other scripts are written in the <HEAD> |