

| What is Cross Browser Compatibility? If a web page looks all the same on different web browsers and their versions then the web page design is cross browser compatible. The common web browsers are Internet Explorer, Netscape Navigator, Safari, Firefox and Opera. A good web site design will keep the above popular browser in mind for compatibility. Each one of these browser implements HTML markup language, Java Scripting and CSS differently. Some difference only creates superficial differences other differences can break the web page. Each browser is free to implement “enhancements” to the W3C standard version of each of these formats; hence the matter becomes more complicated. So what does the website designer do? Hence it is imperative that the code should be flawless that which conforms to the W3C standard. The code should be validated it is possible to validate the website coding at http://validator.w3.org, here your CSS and links can also be validated at no cost. Therefore html editors like Macromedia Dreamweaver although one must convert layers to tables to use here. Avoid using Front Page as it is Microsoft specific and is compatible with IE only. The results of Front Page edited html pages may not be good on other website browsers Other HTML editors will fall between Dreamweaver and FrontPage in cross browser compatibility. SO test the code your HTML editor generates.
|
|
|
|