answersLogoWhite

0

What are the benefits of css?

Updated: 8/11/2023
User Avatar

Wiki User

12y ago

Best Answer

You would want to use CSS to make a webpage look nice and to present the information on the page in a way that is easy to follow.

Without CSS a webpage still has all the same information (text, images, links etc. . . ) but it has no no special spacing, colors, fonts, borders or anything else beyond whatever your web browser uses as a default.

User Avatar

Wiki User

12y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

12y ago

It separates the information(content) from the formatting(rendering) information and has been around for about 12 years or so.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What are the benefits of css?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What was the CSS Comfort?

CSS comfort stands for comfort seating system. It provides the benefits of adjustable positioning and pressure management while maintaining a stylish look.


Is the extra complexity introduced by css worth its benefits?

Yes. HTML by itself is very limited and if you want to do a large website or even a single page, CSS makes so many other things available to you that pure HTML cannot do. Once you get used to using CSS, you will be able to use it more efficiently and it will not be as complicated for you. If you design your CSS carefully, you can take a lot of the complexities out of it. By using external style sheets, you can add the benefits of your styles to all sorts of web pages across a site. Additional CSS can make a small page a bit more complex, but the bigger the page and the bigger the site the more useful CSS becomes and the more power it gives you.


What is css and deffrent type of css?

css


What is valid css?

Valid CSS is CSS that has been run through the W3C CSS checker and passed.


How do you make CSS layouts?

CSS layouts can be created in an external CSS file. The extension of the file should be CSS only.


Why is the CSS not working?

if you neglected to save your css file in a .css format, then it may not work.


What is CSS when referred to in the U.S. military?

CSS refers to Confederate States Ship as in the name CSS Shenadoah.CSS refers to Confederate States Ship as in the name CSS Shenadoah. In computer terms CSS is a Cascading Style Sheet.


What are the strict rules of html5?

CSS


How do you make div by using css?

You can make CSS inside a div but not div in CSS. CSS inside div could be done by : <do=iv style="">.


Difference between inline and internal css?

Inline CSS sits within the HTML tag.For example: your text hereWhen using Internal CSS, all the CSS instructions sit in the section between your css here tags.To use Internal CSS you have to tell the page that you want it to use the css whilst Inline CSS is run automatically as the page is read.


How do you download css 1.5?

Because there is no CSS 1.5 and CSS is not down loadable. CSS2.1 and partly supported CSS 3.0 are what you need to learn. Any downloads would be a tutorial of CSS in a PDF/ZIP or some format. See... CSS Tutorials might help you.


What is the use of in css?

Inline CSS is one of the ways to apply CSS. It is the styling which is done with the individual element.