HTML and CSS Reference
In-Depth Information
F IGURE 4-6 Validating CSS
A challenge with CSS validation is that what is valid CSS in the simple sense of rule
definition may not be valid when combined with markup or JavaScript. For example, is the
following rule in error?
<style type="text/css">
#unique {color: red; font-size: xx-large;}
</style>
Search WWH ::




Custom Search