Quote Originally Posted by lemon_1800
Friend, HTML has to do nothing with Javascript. HTMl is used to create web pages, javascript is used in HTML page to create some interactive between visitors and our web pages. In short, we don't have any separate file or extension for javascript, we just add it in HTML pages.
No again wrong concept we can design a web page using Java script also and its out put will be look like the out put of html page and the thing is its very hard to create a web page using Javascript to write a paragraph in java script you need to write many codes but in case of html its very easy..but we can make web page using both HTML and Java script and the extension for java page will be .jsp
Thanks.