+ 6
What is difference between css & JavaScript?
sololearn
9 Réponses
+ 14
Let's take a real world example, suppose there is a car , so the coloring to each part of car will decide by #CSS but How the car will move forward, backward, break etc will decided by #JS....in web development.
basically,
#CSS is for design.
#JS is for Behavior.
+ 8
really??
Ok.you can use HTML for structure the page,the css the second one for design it,after that JavaScript for behavior the page all commands the page you can use JavaScript or jQuery .
The JavaScript's library is jQuery you going to download file Form
https://code.jquery.com/jquery-3.3.1.js
for use jQuery ,then if you need php for create file or set FTP ,and join database.
aaa just that is easy,but it needs a lot of study.
😉😉😉
+ 5
Css help to style web pages 😸
JavaScript make it more interactive 😸
+ 4
Css is mainly used to style the website and Javascript is used to make it interactive
+ 3
ok
+ 2
CSS is used to style up the HTML elements or website whiles Javascript is used for the interactive part of the website like animations
+ 2
CSS is used to style websites while JS is used to make them interactive, like boxes you can type in, checkboxes, ETC.
+ 1
The CSS is for styling the webpage
The JS is for the behavior of the webpage.
Though You can use Styling in the JS instead of the CSS but highly not recommended to do.
+ 1
Like a robot CSS make her look beautiful, JavaScript make her action :)