JavaScript Tutorial

PHOTO EMBED

Tue Feb 08 2022 12:28:18 GMT+0000 (Coordinated Universal Time)

Saved by @Arjun007 #html #css #javascript #java #python #jquery

<!DOCTYPE html>
<html>
<body>
<h1>JavaScript can change HTML content</h1>

<p id="one">JavaScript can change HTML content.</p>

<button type="button" onclick='document.getElementById("one").innerHTML = "Hello JavaScript!"'>Click Me!</button>

</body>
</html>
content_copyCOPY

JavaScript is a Clint-side programming langauge.javascript is lightweiht and object-oriented programming Langauge.JavaScript is very easy to implement because it is integrated with HTML

https://elementtutorials.com/js/javascript-tutorial.html