Java Script Class - 1

Java Script Class Program by S P SHARMA CLASSES

Mon Aug 29, 2022

J1.html

<html>
<head>

</head>
<body>
<h1>Hello from HTML</h1>
<script>
document.writeln("Hello from Java Script")
document.write("Hello from JS<br>");
document.write("Hello from JS-1");
//document.writeline("Hello from JS-2");
console.log("Hello India");
alert("Hello from JS-3");
window.alert("Hello from JS-4");
</script>

<!--<script src="A.js"></script>-->

<h1>Hello from HTML</h1>
</body>
</html>


J2.html

<html>
<head>

</head>
<body>


<h1>Hello from HTML</h1>
<h2>Hello from CSS</h2>
<h3 id="k"></h3>

<script>
document.getElementById("k").innerHTML="Hello from JavaScript";
var a, b
a=5
b=8

document.write(a+b);
var a, b
a=9
b=10

document.write(a+b);
</script>

<br><br>
<button type="button" onclick = "document.write(458)" >Click Here </button>
</body>
</html>


S P SHARMA CLASSES
S P SHARMA SIR

Launch your GraphyLaunch your Graphy
100K+ creators trust Graphy to teach online
𝕏
S P SHARMA CLASSES 2024 Privacy policy Terms of use Contact us Refund policy