Hi Rahul,

The quote inside the <blockquote> element on the home page needs to be
contained inside a <p> element to validate, i.e.
<blockquote><p>your_quote</p></blockquote>

You've also used the <strong> element quite a lot in the footer. I'm
guessing this is a styling decision rather than a semantic one, in
which case you should really be using CSS to style the text you wish
to be in bold and not relying on an XHTML element which is supposed to
give meaning to your text.

Apart from that... looks really, really good :)

Phil
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to