Hello world program in javascript

technical talkiess
0

 <!DOCTYPE html>

<html>

<body>



<p>HELLO world program in javascript</p>


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


<script>

document.write("Hllo Wordl");

</script>


</body>

</html>


Tags

Post a Comment

0Comments

Thanks you for commenting your questions. I will see question and respond you.

Post a Comment (0)