Use the 'script' tag to incluse your javascript code : Source File : Language Basics JAVASCRIPT TUTORIALS


JAVASCRIPT TUTORIALS » Language Basics » Source File »

 

Use the 'script' tag to incluse your javascript code

















<html>
<head>
<title>Title of Document</title>

<script>

// All Your Javascript Code goes In Here Between the opening and closing script tags.

</script>

</head>
<body>

The content of
your page here.

</body>
</html>







HTML code for linking to this page:

Follow Navioo On Twitter

JAVASCRIPT TUTORIALS

 Navioo Language Basics
» Source File