+ 1
What is the difference between java script and html?
3 Antworten
+ 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.