html - hypertext markup language
java scripts - are based on programming language.
2006-12-01 16:23:19
·
answer #1
·
answered by arus.geo 7
·
0⤊
1⤋
well, the thing is... there are some behaviors that HTML alone cannot do, so we use java, php, asp, perl and others to create those rich, beautiful websites that you see. a very simple example are the rollovers (when because your mouse pointer is over a button, the button change color, en reality those are two images, of the same button with different colors)
In the end, all pages are html, but as you are programing, either by hand or with the help of a web authoring software, it has little java scripts embeded in the page, that will allow your page to be functional.
2006-12-01 16:48:44
·
answer #2
·
answered by MexicanCurious 3
·
1⤊
1⤋
HTML and JAVASCRIPT: They both are languages, both needs codes for working and they both are used in designing of Web pages. But the difference is-
1) HTML: It begins and Ends with and tags
JAVASCRIPT: it begins and ends with tags
2) HTML: It can hold Javascript code
JAVASCRIPT: It cannot hold an HTML code
3)HTML: It is not an Oject Language
JAVASCIPT: It is an Object Language
HTML is a markup language which is used for presentation of the data and Javascript is at the logical side, used to validate any data or do more smarter things like dynamically change the page appearance.
2006-12-01 18:08:16
·
answer #3
·
answered by V 5
·
1⤊
1⤋
HTML is basically what makes things what they are. Java scripts make things happen, I think.
2006-12-01 16:25:23
·
answer #4
·
answered by Anaklusmos 2
·
0⤊
0⤋
HTML (http://www.w3schools.com/html/default.asp) is a markup language that simply tells a web browser how to display data. In other words, it describes data and layout.
Javascript (http://www.w3schools.com/js/default.asp) however is a programming language which gets executed in a step-by-step manner and is executed by a web browser.
Javascript + HTML = Dynamic HTML (http://www.w3schools.com/dhtml/default.asp), which allow for a web page to do some really cool, dynamic stuff.
2006-12-01 16:29:07
·
answer #5
·
answered by TBone 2
·
1⤊
1⤋