CIS130 is a good prep for CIS 230

Sailing looks like fun but it is expensive.
The recommended web browser evaluator is http://html5test.com
HTLM Reference: http://htmlreferencebook.com/
Website Link Checker: http://validator.w3.org/checklink/
HTML Validator: http://validator.w3.org/
CSS Validator: http://jigsaw.w3.org/css-validator/
Website Promotion: http://www.google.com/addurl/
My major complaint is that this website looks different in IE8.0 than in Firefox 9.01. IE will give you a warning: "Internet Explorer has restricted this webpage from running scripts or AttiveX controls that could access you computer. Click here for options..." Click "Allow Blocked Content" to see my added color.
Even in Firefox the screen looks different on my home computer than on the school computer!
Using % for spacing from the top has much different effects in IE and FF.
I can get the colors to fade in both the navigation and bodycontent sections for both IE & Firefox. However I can get the h1 colors to fade in the Firefox but not in IE.
Good website for fading code: http://www.dynamicdrive.com/style/csslibrary/item/css3_linear_gradients/
Even though I format the style sheet header text-align: center, the above picture and sentence below it will not center unless it is styled text-align: center, in the index file.
If you move the code describing different blocks of code (e.g., #navigation) the page changes. So I keep all of them at the bottom of the style sheet.
Style sheet paragraph format: text-align: left; color: black; font: normal; padding-left: 1em; Yet these paragraphs look like a line is skipped between them. It looks good but I don't know how I got it that way.