+ 3
What is the difference between HTML, CSS and JS or difference in their work?
Actually I am a beginner now and learning HTML, I am confused that what is work of different things
2 Answers
+ 3
HTMLĀ provides theĀ basic structureĀ of sites, which is enhanced and modified by other technologies like CSS and JavaScript.
CSSĀ is used to controlĀ presentation, formatting, and layout.
JavaScriptĀ is used to control theĀ behaviorĀ of different elements.
And for the guys that says html and css is a programming language you are wrong. Html is a Markup Language and Css is a Stylesheet Language
+ 3
HTML is Markup Language.
CSS is Cascading Style Sheets used for styling.
JS(JavaScript) is programming language.
Use the search bar before posting question here.
https://www.sololearn.com/discuss/579048/?ref=app
https://www.sololearn.com/discuss/2130934/?ref=app
https://www.sololearn.com/discuss/2083544/?ref=app