What is the difference between javascript and HTML??

Started by linavi390, 09-05-2011, 19:50:55

Previous topic - Next topic

linavi390Topic starter

Is it javascript better or not as good that HTML and simpley what is the damned difference?


Vinil

HTML is a language in which web pages are build upon.While Javascript is scripting language that turns the web page  into some functionality .Javascript allows you to perfom dynamic operations on the web pages .You can't build web pages using javacript.For this  purpose HTML is used in every platform whether it is java ,or .net or else.For more detail  PM me  anytime  !-!


sufalamtech

HTML and Javascript both is different language. one is build to make html web page and one is used for some function base for java.
newbielink:http://www.sufalamtech.com/android-application-development.php [nonactive] | newbielink:http://www.sufalamtech.com/mobile-applications.php [nonactive]
  •  

johnniwales

JavaScript is a language in depth, such as C + +, but HTML is a language very Elementary that uses "tags" to make everything.HTML is the basic code of web sites can use javascript to do more advanced things like images mouseover, or show the real time on a website.
newbielink:http://www.xhtmljunkies.com/psd-to-wordpress.html [nonactive]
  •  

Vinil

simple HTML is markup language while Javascript is scripting language to add functionality into web page like pop-ups .


noelagnote

HTML stands for Hypertext Mark-up Language and is an Internet World Wide Web description language that tells your web browser how a page is going to look.

Javascript is a scripting language developed by Sun Microsystems. Javascript has been used to customize web pages. You can customize your web page to check out who's browsing (by reading the viewer's cookies) figure out where else they've been or where they're located and start putting advertisements for your local area or for other interests that you have shown by your past viewing.
  •  

saramartin

HTML is the mother of all languages while Javascripting is based on scripts which used in web authoring. HTML describes your data, how it should look, and in what order it goes in. Javascript makes decisions.

Hope this helps
  •  

fileppoa

HTML seems to be for Hypertext Mark-up Language and is an Online Group Huge Web details terminology that shows your web technique how a web page is going to look.

Javascript is a scripting terminology developed by Sun Microsystems. Javascript has been used to customise online sites. You can customise your web page to have a look at out who's looking (by analyzing the visitor's cookies) choose where else they've been or where they're placed and start putting advertisements for your community or for other hobbies that you have confirmed by your past looking at.

You can comprehend simple HTML meta details to create your own online sites. The purchases are on the Online. Javascript is a lot more involved.


microsoftcygnet

Hello..
Hypertext markup language (HTML) is a language used to create Web pages.JavaScript is a more advanced language to make Web pages dynamic...
.Net development [nofollow]|E-Commerce [nofollow]
  •  


delois

HTML is basically designed for creating static web page. In HTML the code is displayed on browser and user can't change it on browser. HTML is client side scripting language. Different tags and styles are being used for generating web pages. On the other hand JavaScript is dynamic language. Developer can change value at run-time. It is server side scripting language. It is used for customize the web pages.
  •