Think the condition a client give you a web project and said i don’t like CSS make it with out CSS, only using HTML and other thing.
what will be your answer to the client ?
i hope it will be “NO” or “I can’t do it”.
i will like to say “then make it your self”
There may be no client such type, so we use css on each and every web project.
but the the main problem css makes to developer is
- Cross browser support
- Cascading order
the first one is reduced by css and JavaScript Framework. but some times cascading order makes some real problem if you use a css framework that makes you some time hopeless, but it is easy to resolve just knowing the order of cascading there are two type of cascading
- Selector order
- Location order
Every one of us know about location order but very few know about Selector order, let see the orders first Location order


