+ 1
Is CSS a part of Javascript
i have been given a project to make a website using html and javascript so can i use CSS in it????
3 odpowiedzi
+ 1
thank u....
+ 1
Css is not part of Javascript, but Css and Javascript are part of Html...
In reality, make a website without Css isn't reasonnable, when attempting to avoid JS is possible: 'using Html and JS' implicitly means 'and Css, of course' :P
0
Hi! When you are working with web development we have three major components: JavaScript, HTML and CSS. HTML = the structure of the web, CSS = styling and JavaScript = functionality. Therefore, CSS is not part of JavaScript, it is a tools that you can manipulate to work with JavaScript.