Write a JavaScript program that display the use of multiline Comment.
CODING:
<! DOCTYPE html>
<html>
<head>
<title>
</title>
<script>
//document.write("Hello World");
</script>
</head>
<body>
<script>
/*document.write("My first Programe.");*/
</script>
</body>
</html>
CODING:
<! DOCTYPE html>
<html>
<head>
<title>
</title>
<script>
//document.write("Hello World");
</script>
</head>
<body>
<script>
/*document.write("My first Programe.");*/
</script>
</body>
</html>
Comments
Post a Comment