what is different html to JavaScript ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 4

what is different html to JavaScript ?

26th Jan 2017, 10:39 AM
selvapriya
10 Answers
+ 16
Of course both is different. Html is a markup Language which used to make displays. Css is html's cascade style which used to make hrml's elements' display&Animation. Some part of css can be done with html, but not all of css part can be done with html. JavaScript is html's scripting Language which used to make markup Language Interactivable, controlling elements in markup language and a few more.
26th Jan 2017, 11:25 PM
Immanuel
Immanuel - avatar
+ 15
HTML <- content JS <- logic CSS <- style
26th Jan 2017, 5:50 PM
Valen.H. ~
Valen.H. ~ - avatar
+ 3
HTML is like the webpage's skeletal system and body, it gives it structure, shape, and the basic look. Javascript is like its brain, it brings it to life by allowing actions to be performed, CSS is like its skin, it gives it its look. Both javascript and CSS are part of the HTML.
26th Jan 2017, 11:20 PM
Hello World!!!!
Hello World!!!! - avatar
+ 1
Html give you the elements CSS style them ... and Javascript let's the user interact with the elements, it brings everything on your page to live.
26th Jan 2017, 2:16 PM
Axel Ludewig
Axel Ludewig - avatar
+ 1
Basically, HTML is a markup language.It is used for structure of web page. Whereas, JavaScript is a scripting language.It is used for interactivity of web page.It is used to implement the behavior of web page I.e how the page behaves on any action.
27th Jan 2017, 10:05 PM
Siddharth Kumar Gupta
Siddharth Kumar Gupta - avatar
0
HTML = Strutcure JavaScript = Action
27th Jan 2017, 4:11 AM
Jorge Escamilla
Jorge Escamilla - avatar
0
html》content of the page css 》style of the page javascript》 behaviour of the page
27th Jan 2017, 7:15 PM
Marshial Dominik
Marshial Dominik - avatar
0
Javascript => behavior and functionality, like a responsive dropdown menu with click or a video play button that actually makes the video start.( js good for costum players. HTML => content inside a web page, menu link anf so on.
28th Jan 2017, 1:32 AM
Ole Mortensen
Ole Mortensen - avatar
0
JavaScript used to set behavior of webpage where else html is used to create structure of webpage
28th Jan 2017, 7:27 AM
Vipin Patel
Vipin Patel - avatar
0
Html - you make web page css - you style wen page js - you make action event function for yr web page
31st Jan 2017, 9:39 AM
varun kapoor
varun kapoor - avatar