answersLogoWhite

0

What is valid css?

Updated: 11/2/2022
User Avatar

Wiki User

12y ago

Best Answer

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

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is valid css?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Is the colon a valid example of CSS syntax?

No, a single colon in itself is not a valid example of CSS syntax.


What is psd slicing?

PSD slicing is the process of converting a PSD (or any other graphical) document to valid XHML and CSS code without using any software with CSS exporting features (like Fireworks), only programs like Notepad.


What is css and deffrent type of css?

css


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.


Which HTML attribute is used to define an inline styles?

<style type="text/css"></style>


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.