A Script in the Body : Code Layout « Language Basics « JavaScript DHTML






A Script in the Body

<html>
<HEAD>
<TITLE>A Document</TITLE>
</HEAD>
<BODY>
<SCRIPT LANGUAGE="JavaScript">
    //script statement(s) here
    ...
</SCRIPT>
</BODY>
</HTML>


           
       








Related examples in the same category

1.Scripts in the Head
2.Scripts in the Head and Body
3.Two Scripts in the Body
4.Hiding Scripts from Most Old Browsers