How do I write comment codes for a linked style sheet?
Do I need to validate CSS & HTML codes separately? Yes. Go to the HTML validator first, make sure you have clean codes, then proceed to the CSS validator. Where do I find a validator for CSS styles? W3C CSS Validator http://jigsaw.w3.org/css-validator/ I like this one best. Also, you can validate your HTML page at W3C, then look down at the bottom of the results page for a link that will take you directly to the CSS validator. One click and you get your results. Another alternative: WDG CSS Validator http://www.htmlhelp.com/tools/csscheck/ Why am I getting warnings about not having a background-color? The validator is suggesting that you pair a background-color with your color. Your CSS will validate without it. You can use it if you choose or leave out. The premise is that they don’t want you to end up with something like white text on a white background…invisible. You can use it if you choose or ignore it if you do not want to use it. Depends on what you are doing. If the text will
How do I write comment codes for a linked style sheet?