x-based style sheet and import for the second style sheet. By writing the code in the following sequence, the second style sheet overrides the same selector rules in the first style sheet and is ignored by Netscape 4.x: type=???text/css???>
Embedded styles Embedded styles are those typically written into the actual file at the top of a Web page within a tag pair. Placing style sheets within the header tags has become a convention that many designers use, although you can also apply a style sheet anywhere on a page. The TIP TIP 214 Designing and Crafting Core Pages Part II The HTML comment tags prevent older browsers that can??™t read style sheets from displaying the CSS rules.