It finds & reports violations (errors) in your code that could cause goofiness on some browsers. (Sometimes the browsers are forgiving and accept the errors, sometimes not) You can enter you pages at these links:
http://jigsaw.w3.org/css-validator/
http://validator.w3.org/
Or - you can use this firefox addon:
Web Developer Toolbar - it has tools where you can just select "Validate CSS" and "Validate HTML" and see the report (along with other developer tools)
Quote:
I'm very new to this, my thing is graphics and making t-shirts. I've learned more css coding in the past month than I ever wanted to.
|
Maybe you can use your css knowledge on a t-shirt:
<h1 class="politics">Liberty</h1>
.politics {clear:both;float:right;background:transparent;}