Hi all,
What is the importance of the CSS in the web designing?How we can make the CSS?
Importance of CSS
Moderator: General Moderators
- social_experiment
- DevNet Master
- Posts: 2793
- Joined: Sun Feb 15, 2009 11:08 am
- Location: .za
Re: Importance of CSS
It's used to style pages (CSS = cascading style sheet/s). As per the second part of your question google 'CSS tutorials'.singh11 wrote:What is the importance of the CSS in the web designing?How we can make the CSS?
“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
Re: Importance of CSS
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.
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.
- social_experiment
- DevNet Master
- Posts: 2793
- Joined: Sun Feb 15, 2009 11:08 am
- Location: .za
Re: Importance of CSS
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
Re: Importance of CSS
Seems this thread has become spam bait.