0
Is css necessary?
i mean i been through second chapter and i found that i can do the changes even with HTML5 .. then what's the point?
6 Answers
+ 2
CSS is for the decoration of the web site
+ 2
programmers use html just for the layout and structure, you can do much more with css. Css is the best language for styling. The beginning may be similar but later you will be able to animate things. By the way, you can use css with javascript, and then it becomes awesome! You can do styled on click events for eg.
+ 1
CSS chances the style of your webpage. its up to you to decide if use or not
+ 1
CSS allows you to make style changes to multiple elements without having to modify each element separately, try creating a more detailed page and compare the value.
+ 1
using css will help in separating style from actual content... thus making the maintenance of the page simple.
0
Well, it's not necessary, but without it, your gonna have one horrible website.