Help With XHTML/CSS

XHTML

Help with Elements
Help with Attributes
Why Not HTML?
Basic Help

If a code isn't working, the best and first thing you should do is go back and make sure all elements and attributes are typed correctly. If they aren't, their usual colors in the coding program won't appear - they will remain black.

Simple fixes are usually the cure. "example.jpg" IS NOT the same as "example.JPG"

CSS

Help with Properties
Finding a Color
Basic Help

Just as with XHTML coding, if a CSS code isn't working, check for minor errors in user input. Make sure the properties use the correct symbols.

class="note" should be attributed with a period .
id="identification" should be attributed with a hashtag #