8. Browser Comparison
Contents:
This chapter lists the discrepancies in HTML tag support between Netscape Navigator and Internet Explorer. These two browsers, which are in competition with each other, are both striving not only to be the better browser but to improve the quality of Web documents. There are many different features between the two, such as scripting language support and extra media "plug-ins." This chapter will focus on HTML support, because it is the most crucial element in designing and authoring documents for the greatest number of users to see. For the most part, the browsers support the same set of tags. In cases where an element is not supported by the other browser, workarounds are easily accomplished. For example, the floating frame tag from Internet Explorer (<iframe>) uses an opening and closing tag. Browsers that don't recognize these tags ignore them, but anything between the tags is read as a regular part of the document. Therefore, you can place the same content between the tags (albeit in a different format) and not worry about withholding any information from the reader. This scheme works the same for many elements, such as <noframes> and <multicol>. 8.1 Internet Explorer HTML ExclusivesThe following tags are supported only by Internet Explorer:
|
|