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. |
|