First Program in java script
try this code as your beginning programme
<!DOCTYPE html>
<html>
<body>
<h1>My First JavaScript</h1> //write any line here you want to print
<button type="button"
onclick="document.getElementById('demo').innerHTML = Date()">
Click me to display Date and Time.</button>
<p id="demo"></p>
</body>
No comments:
Post a Comment