JAVA SCRIPT SIMPLE PROGRAM

Java script 1 program

<html>
<title>simple java script program</title>
<body>
<script>
document.write("welcome to JS");
</script>
</body>
</html>

                                                                        output

Comments

Popular posts from this blog

HTML& CSS USERNAME AND PASSWORD PAGE CODING

spring core exp

Swapping without using 3rd variable in c and c++ and any language use logic