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...
<html>
<title>simple java script program</title>
<body>
<script>
document.write("hello java scipt");
</script>
</body>
</html>
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
Post a Comment