Basic difference among HTML, CSS & JavaScript? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 4

Basic difference among HTML, CSS & JavaScript?

21st Oct 2017, 1:31 PM
Sriram Sandeep
Sriram Sandeep - avatar
5 Answers
+ 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.
21st Oct 2017, 1:46 PM
DAB
DAB - avatar
+ 3
html,css,javascript is like a skeleton muscle skin or this way html=body muscle=brain css=skin
21st Oct 2017, 6:20 PM
yasin wali
yasin wali - avatar
+ 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);
21st Oct 2017, 11:40 PM
CodexZombie
+ 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.
21st Oct 2017, 1:42 PM
Shadow
Shadow - avatar
+ 1
Html is skeleton, css is appearance face hair etc and JavaScript is muscle, organs that perform work
21st Oct 2017, 1:56 PM
RanjOyHunTer
RanjOyHunTer - avatar