JavaScript? ??? ?? ????
<… < /script>
<body>...</body> ?? ?? ??? ??? <script>...</script> ??? ????. ??? ? ??? ??? ? ?? ?? ??? HTML?? JavaScript? ???? ? ?? ?? ??? ????. ??? JavaScript
??? ???? <script> ??? <body>...</body> <head>...</head> ?? ?:<html> <head> <h1> JavaScript in head. </h1> <script> alert("hello word!"); </script> </head> <body></body> </html>? ????? ?? ??? ?? ????? ??? ??? ???? JavaScript ??? < ;head></head> ; ? ?? ?? <body></body>? ?? ??? ??? ????. ??? ??? <head></head> <body>? ?? ??? ?? ???? ?? ????. head ??? ??? ??? ???? ???? ?? ?? ???? ??, ??? ??? ???? ????? ?? ? ??? ?? ? ?????. ?? JavaScriptHTML?? JavaScript ??? ?? ???? ? ??? js ??? JavaScript ??? ??? ?? ????. ?? js?? ????. HTML? ? ??. "hello world"? ?? ???????.
??? ???? ?? ??? ???? ??? "out.js"? ??? ? ????? ????. alert("hello word!");
?? ??? ???? ??? "test2.html"? ???? ????? ????.
<html> <head> <h1> my JavaScript code in "out.js" </h1> </head> <body> <script src="out.js"></script> </body> </html>
????? ?????? "test2.html" ??? ?????? ????? ?????. ???? ?? ??? ?? ? ??? ??? ??? ?? ? ? ????.
?? ?? ? ?? ??? ???? ??? ? JavaScript ??? HTML? ?? ?????. JavaScript ??? ?? ??? ???? ???? ????? JavaScript ??? ??? ?? ???? ?????.
????