Posts: 1,584
Location: Kokkola, Finland
|
you must be using a different version of the w3c validator or something then
http://tinyurl.com/dec3lw
apart from the no index error there is:
1. use of align which should be controlled by css
2. target - deprecated for this doctype
3. html attribute for border that should be removed to the presentation layer of css
not biggies but not indicators of 'clean, semantic' markup either
perfect validation is not a requirement, but it does usually go hand-in-hand with clean, semantic markup!
|