I am a noobie and trying to learn web design. I am doing ok but have not been able to learn correct html to get validated. Can someone take a look at my site and teach me what I am doing wrong? http://www.cashsurveysnow.com Thanks
Well, it's not that bad. Only 12 errors came up: start here Go through the errors indicated and remove or fix the codes. Tables are not a valid attribute, for starters. Try <div></div> instead. This is a good site to learn: http://www.w3schools.com/ You're lucky, though. It shouldn't be too hard to fix 12 errors. Just go through them one by one.
Well; I came up with a different count of errors and don't like using the W3C Validator, as it's not that accurate and doesn't tell you how to fix them... line 13 column 3 - Warning: <table> proprietary attribute "height" line 16 column 9 - Warning: <table> proprietary attribute "background" line 23 column 9 - Warning: <table> proprietary attribute "height" line 44 column 9 - Warning: <table> proprietary attribute "height" line 96 column 79 - Warning: <font> proprietary attribute "table" line 96 column 79 - Warning: <font> proprietary attribute "width" line 96 column 79 - Warning: <font> proprietary attribute "height" line 96 column 79 - Warning: <font> proprietary attribute "border" line 96 column 79 - Warning: <font> proprietary attribute "cellspacing" line 96 column 79 - Warning: <font> proprietary attribute "cellpadding" line 100 column 15 - Warning: <a> attribute "target" has invalid value "_new" line 101 column 81 - Warning: <font> proprietary attribute "table" line 101 column 81 - Warning: <font> proprietary attribute "width" line 101 column 81 - Warning: <font> proprietary attribute "height" line 101 column 81 - Warning: <font> proprietary attribute "border" line 101 column 81 - Warning: <font> proprietary attribute "cellspacing" line 101 column 81 - Warning: <font> proprietary attribute "cellpadding" line 166 column 11 - Warning: <hr> proprietary attribute "color" line 187 column 12 - Warning: <iframe> proprietary attribute "hspace" line 187 column 12 - Warning: <iframe> proprietary attribute "vspace"