Cross Browser Compatibility - Part2 (Other Issues)

The previous article on Cross Browser Compatibility dealt with the basics definition of cross browser compatibility and the dilemma of a web designer, in this part let’s look at other aspects..
HTML Editors
Compatibility problems arise even with hand coding in HTML, tables need to be used and layers have to be converted, […]

Cross Browser Compatibility - Part1 (Overview)

What is Cross Browser Compatibility?
In a layman’s language, if we use different browsers i.e. user interface, the design and layout of different web pages will be different for different users. The web designers thus have a lot of difficulty in trying to find the code that will make sure that the web page looks the […]

Introduction to HTML

HTML is probably the easiest language to code in. It requires minimum skill sets and very little knowledge to get started with designing a web page in html, it stands for Hyper Text Markup Language. Even with the web 2.0 emerging, HTML has not lost it’s importance to programming languages like PHP and CSS which […]