HTML Coding Rules : Rule 4
CSS
< link rel="stylesheet" type="text/css" href="all.css" />
< style type="text/css">@import “noNav4.css”;< /style>
The browser was created before the rise of CSS. What does this mean? Well, it means that old browsers won’t understand your CSS files. In fact some browsers, sorry I mean Netscape 4, will crash at the sight of CSS.
The first line will work for all [...]
Filed under: HTML, Tutorials on July 4th, 2008 | No Comments »