Importance of CSS

HTML, CSS and anything else that deals with client side capabilities.

Moderator: General Moderators

Locked
singh11
Forum Newbie
Posts: 1
Joined: Mon Mar 05, 2012 12:08 am

Importance of CSS

Post by singh11 »

Hi all,
What is the importance of the CSS in the web designing?How we can make the CSS?
User avatar
social_experiment
DevNet Master
Posts: 2793
Joined: Sun Feb 15, 2009 11:08 am
Location: .za

Re: Importance of CSS

Post by social_experiment »

singh11 wrote:What is the importance of the CSS in the web designing?How we can make the CSS?
It's used to style pages (CSS = cascading style sheet/s). As per the second part of your question google 'CSS tutorials'.
“Don’t worry if it doesn’t work right. If everything did, you’d be out of a job.” - Mosher’s Law of Software Engineering
ptgok
Forum Newbie
Posts: 3
Joined: Mon Mar 12, 2012 1:03 am

Re: Importance of CSS

Post by ptgok »

1. CSS reduces page load time by up to 50% in some instances.
2. Website designing company has to spend less time on coding for the site as repetitive design code can be place in the CSS file.
3. Helps provide the website a consistent look & feel as all the pages refer to a single CSS file.
4. Coding errors are reduced as the repeated sections of the design code are added in the CSS file.
User avatar
social_experiment
DevNet Master
Posts: 2793
Joined: Sun Feb 15, 2009 11:08 am
Location: .za

Re: Importance of CSS

Post by social_experiment »

Stylesheets also make it easier to cater for different browsers & viewing devices
“Don’t worry if it doesn’t work right. If everything did, you’d be out of a job.” - Mosher’s Law of Software Engineering
User avatar
requinix
Spammer :|
Posts: 6617
Joined: Wed Oct 15, 2008 2:35 am
Location: WA, USA

Re: Importance of CSS

Post by requinix »

Seems this thread has become spam bait.
Locked