Thursday, September 26, 2013

How can you make your site works on all Browsers?

Following the best practices for Cross-browser compatible:


Declare a valid doctype. Make sure you have a DOCTYPE at the top of every web page

Use Internet Explorer conditional comments

Consider a CSS Reset

Make sure you're keeping HTML, CSS and Javascript in separate files as much a possible

Validate all your pages using the W3C's validation service. Below are the urls

  • HTML - http://validator.w3.org 
  • CSS - http://jigsaw.w3.org/css-validator/ 

No comments:

Post a Comment