 |

It's easy to forget a closing tag, a bracket or quotation marks but not so easy to find your mistakes when checking over your code. Often, you don't know that there are any errors in your code until you run it through an HTML code checker. Sometime mistakes are made due to bad coding style or taking shortcuts. Ironically, some shortcuts turn into the biggest nightmares when your code isn't working and you have to debug it. Here are some HTML validators that will make things a little easier for you.
|
 |

Did you know that webpages can be displayed differently depending on the web browser that is used to view them? Checking the compatibility of a browser is fairly simple: all you do is open the desired page you wish to test in the browser in question. If everything is displayed correctly, you'll know that your code is compatible with that particular browser. However, if you find that things aren't aligned properly, you may have a hard time identifying the actual problem.
|
 |