CSS- Lesson 10 - Bug fixing

Just a short last lesson. This goes over what you should do if your css isnt working, which will undoutebly happen to you at some point. If you get in trouble do the following...

First check your links and all the file names, also check that the name of what your changing is all correct. Then proceed to check that the tag your using is all closed properly (or the css entry)

Next check that what your writing is spelt correectly and that your value is valid. Also check that there is a colon and a semicolon in the right place. Beyond that just remember that the computer only does what you tell it and is always correct. Don't pick the monitor up and thro it because it will stop working :)