+ 4
Basic difference among HTML, CSS & JavaScript?
5 Respuestas
+ 3
HTML is the structure of a webpage, CSS defines styling and JavaScript is the functioning. Using an animal metaphor, it can be said that HTML is the skeleton, CSS is the epidermal layer and JavaScript is the way it walks, moves, eats, breathes, etc.
+ 3
html,css,javascript is like a skeleton muscle skin or this way html=body muscle=brain css=skin
+ 2
HTML is the document properly (the content);
CSS styles the html document (how it looks like);
JS define the behavior of the elements in a html document (what the page do);
+ 1
HTML is used to input the content you want to show and STRUCTURE it.
CSS is used to STYLE the content in order to make it look clean and attractive.
And JS is used for the content's BEHAVIOUR, e.g. if you want to perform tasks with/on user input.
+ 1
Html is skeleton, css is appearance face hair etc and JavaScript is muscle, organs that perform work