What Exactly is CSS & JS. Are the some kind of supplement language for HTML? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

What Exactly is CSS & JS. Are the some kind of supplement language for HTML?

Can someone please explain me the role they play with HTML.

28th Mar 2020, 7:13 PM
Ayaan
4 Answers
+ 4
They are technologies that are complemented with html to perform certain tasks: css: they give styles to the html structure. Javascript: allows to develop dynamic web pages thanks to the use of events, dom manipulation, etc. Check this lesson about Css: https://www.sololearn.com/learn/CSS/1078/ Check this lesson about JS: https://www.sololearn.com/learn/JavaScript/1123/
28th Mar 2020, 7:44 PM
Cmurio
Cmurio - avatar
+ 3
Exactly Ayaan
28th Mar 2020, 8:26 PM
Cmurio
Cmurio - avatar
+ 1
JECKA1997 so basically i need to learn JS & CSS too?
28th Mar 2020, 8:25 PM
Ayaan
+ 1
HTML is the structure, CSS is the design & JavaScript is the behavior.
28th Mar 2020, 9:22 PM
Cristian-Ionuț Călinescu
Cristian-Ionuț Călinescu - avatar