There's nothing wrong with your CSS -- for a beginner, you did an excellent job!
But, checking your site, you didn't start it with the mandatory <!DOCTYPE Declaration> for validation and to ensure your site displays properly in all browsers ... therefore, you only have these 9 code warnings to fix:
Code:
line 1 column 1 - Warning: missing <!DOCTYPE> declaration
line 61 column 11 - Warning: <embed> is not approved by W3C
line 61 column 181 - Warning: discarding unexpected </embed>
line 42 column 1 - Warning: <body> proprietary attribute "leftmargin"
line 42 column 1 - Warning: <body> proprietary attribute "topmargin"
line 42 column 1 - Warning: <body> proprietary attribute "marginwidth"
line 42 column 1 - Warning: <body> proprietary attribute "marginheight"
line 45 column 3 - Warning: <table> proprietary attribute "height"
line 81 column 11 - Warning: <a> escaping malformed URI reference
|