Beware inheritance

Inheritance is a powerful concept (you can apply styles to the BODY tag and have them affect everything), but...

Example: given
  BODY {font-family: Comic Sans MS}
Netscape inherits the font family into PRE tags but not tables. MSIE is the opposite.


[up to series index]Next: Exercise 2