JAVA SCRIPT

Q: what is js...?
Ans: java script is a scripting language..

Q: Extension of HTML to save the file..?
Ans: .html and .js is extension name of   java script and written the program in notepad and save it .html and output run your browser...


first example of java script and simple way to learn.

<html>
<title>simple java script program</title>
<body>
<script>
document.write("hello java scipt");
</script>
</body>
</html>


Comments

Popular posts from this blog

spring core exp

JAVA SCRIPT SIMPLE PROGRAM

HTML& CSS USERNAME AND PASSWORD PAGE CODING