+ 2
Does CSS helps in Web page design?
And also tell me about the uses of CSS...
5 odpowiedzi
+ 6
Adds styling to web pages, from colour, sizing, positioning, fonts to some animations.
+ 4
that's definitely what it's use for, to give cloth to html which is just a skeleton
+ 1
That's the reason CSS is made. Please do read the CSS lesson, then only post question.
0
Imagine you've built a website for company A 15 pages deep. The company decides to change their logo and color scheme. If you didn't use CSS, you'd have to update each of thoes pages individually. With CSS you can make a few changes in a CSS file and the style will then Cascase down to each of the pages. This also gives us the meaning behind the name, "Cascading Style Sheet"