CSS3 Border Bottom Width Test

PASS CRITERIA:

If statement above is true, this paragraph should have a 10px bottom border width. The rule applied is "p {border-bottom-width: 10px;}". Here is some more text to test this more effectively. Here is some more text to test this more effectively. Here is some more text to test this more effectively. Here is some more text to test this more effectively. Here is some more text to test this more effectively. Here is some more text to test this more effectively. Here is some more text to test this more effectively. Here is some more text to test this more effectively.

The bottom border-width of this h3 heading should be 50px. The rule applied is "h3 {border-bottom-width: 50px;}". Here is some more text to test this more effectively. Here is some more text to test this more effectively. Here is some more text to test this more effectively. Here is some more text to test this more effectively. Here is some more text to test this more effectively. Here is some more text to test this more effectively. Here is some more text to test this more effectively. Here is some more text to test this more effectively.

The border-bottom-width of this h4 heading should be 25px. The rule applied is "h4 {border-bottom-width: 25px;}". Here is some more text to test this more effectively. Here is some more text to test this more effectively. Here is some more text to test this more effectively. Here is some more text to test this more effectively. Here is some more text to test this more effectively. Here is some more text to test this more effectively. Here is some more text to test this more effectively. Here is some more text to test this more effectively.

This emphasized test should have a border bottom width of thin. The rule applied is "em {border-bottom-width: thin;}". Here is some more text to test this more effectively. Here is some more text to test this more effectively. Here is some more text to test this more effectively. Here is some more text to test this more effectively. Here is some more text to test this more effectively. Here is some more text to test this more effectively. Here is some more text to test this more effectively. Here is some more text to test this more effectively.

All other properties of this page should be UA-default. This is a paragraph, like the one above, so should also have 10px border bottom width. Border bottom style of solid is applied to all CSS rules, so that bottom border is visible. The body's bottom border width of thick should display, since the rule "body {border-bottom-width: thick;}" applies.