CSS inheritance

Hello!

Sory for my bad english.

One sample.
...
<body style="font-weight:bold">
  <table><tr><td>
    This text is not bold.
  </td></tr></table>
  Bold text here.
</body>
...

Why font-weight property don't apply to table cells?
Where I can read about inheritance different properties to HTML 
elements, like a table?

Best regards, Alexander.

Received on Tuesday, 2 July 2002 07:17:37 UTC