Hide scripts using comments : Comments : Language Basics JAVASCRIPT TUTORIALS


JAVASCRIPT TUTORIALS » Language Basics » Comments »

 

Hide scripts using comments

















<html>
<head>
<title>Hide scripts using comments.</title>
<script language="javascript" type="text/javascript">

<!--

lines of JavaScript code here
...

//-->

</script>

</head>
<body>

Page content here...

</body>
</html>







HTML code for linking to this page:

Follow Navioo On Twitter

JAVASCRIPT TUTORIALS

 Navioo Language Basics
» Comments