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

HTML& CSS USERNAME AND PASSWORD PAGE CODING

spring core exp

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