Codę within head tags is loaded before the rest ofthe document.
The script tag denotes the beginning of JavaScript codę.
The write method ofthe document — object displays its argument (the string "Hello, net!") in the Navigator.
The BODY define the standard — HTML content of the page, displaying some simple HTML.
<HTML>
—<HEAD>
-< SCRIPT LANGUAGE = "Java Ser i pt1.2">
r;
n
<1— Hide script from old browsers. document.write("He11o, net i")
// End the hiding here. —> </9CRIPT>
</HEAD>
<BODY>
<p>That's all, folks.
</BODY>
</HTML>