+ 1
What is the difference between java script and html?
3 Answers
+ 1
HTML :
°°°°°°°
â HTML is MarkUp Language.
â It give layout and data as output.
â This is used for decorating a page.
JAVASCRIPT :
°°°°°°°°°°°°°°°°
â JS is Scripting Language.
â It gives only data as an output.
â This is used for Scripting a functions in a page..
0
HTML is used to decorate the page. Means how to show data,images on webpage.
JavaScript makes the webpage dynamic.



