+ 4
what is different html to JavaScript ?
10 Respuestas
+ 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.
+ 15
HTML <- content
JS <- logic
CSS <- style
+ 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.
+ 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.
+ 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.
0
HTML = Strutcure
JavaScript = Action
0
html》content of the page
css 》style of the page
javascript》 behaviour of the page
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.
0
JavaScript used to set behavior of webpage where else html is used to create structure of webpage
0
Html - you make web page
css - you style wen page
js - you make action event function for yr web page