+ 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 Respuestas
+ 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