Amazing Media: Web Advertising YOU Control!

Tutorials Bugs Masterclass Free stuff Test pages Proposals

Core tests

Advanced tests

This test

RichInStyle.com tests: HTML specificity

  1. This should not be in a monospaced font. Neither should it be very big (FONT {font-family: sans-serif; font-family: Helvetica; font-size: 16px} overrides FONT face and size specificity).

  2. This should not be right-aligned.

  3. This should be bold (font-weight: normal on DIV, but ancestor B element overriding it).
  4. However, this should be bold (font-weight: normal on DIV, but ancestor B element with explicit font-weight: bold overriding it).
  5. However, this should be italic (font-style: normal on DIV, but descendant I element overriding it).
  6. However, this should be bold (font-weight: normal on DIV, but descendant STRONG elementoverriding it).