Aim for XHTML/HTML 4.0 & CSS standards compliance

mv ark replied to touseef ahmed at 13-May-08 04:21
to avoid cross browser incompatibility. Alignment issues may arise due to usage of non-standard HTML tags or CSS properties. The following links can be used for reference on standards:
http://w3schools.com/tags/default.asp
http://w3schools.com/css/css_reference.asp

To identify non-compliance issues, you can view the warnings in Firefox through the menu option Tools > Error Console | Warnings (Firefox version 2.0)
or
you can force HTML & CSS validation in VS 2008 through the setting in Tools > Options | Text Editor | HTML | Validation so that you are warned about non-standard usage as you type.


Biography
M.V. 'Anil' Radhakrishna is a seasoned developer and a Microsoft MVP (ASP/ASP.NET). He blogs his little discoveries and Web development tips, tricks and trivia quite regularly. You can find some of his unusual code samples & snippets at his Code Gallery.

Click here to sign in and reply. You could earn money via our $500 contest just for being helpful.
  Internet Explorer vs Mozilla Firefox - touseef ahmed  09-May-08 02:47 2:47:21 AM
      check height and width properlt - Vasanthakumar D  09-May-08 03:02 3:02:12 AM
      Re: - Aravind Kumar  09-May-08 03:39 3:39:12 AM
      Aim for XHTML/HTML 4.0 & CSS standards compliance - mv ark  13-May-08 04:21 4:21:02 AM
View Posts