JAVASCRIPT

What is JavaScript?
JavaScript, often abbreviated as JS,JavaScript is the programming language of HTML and the Web.


BASIC EXAMPLE

<!DOCTYPE html>
<html>
<body>

<h2>My First JavaScript</h2>


<button type="button"

onclick="document.getElementById('demo').innerHTML = Date()">
Click me to display Date and Time.</button>

<p id="demo"></p>


</body>

</html> 




No comments:

Post a Comment