CSS3 Border Bottom Test

PASS CRITERIA:

If statement above is true, this paragraph should have a thick border bottom (with intiial value for border-color?) . The rule applied is "p {border-bottom: thick;}". Also "p {border-bottom-style: solid;}" is applied. Here is more text to test this more effectively. Here is more text to test this more effectively. Here is more text to test this more effectively. Here is more text to test this more effectively. Here is more text to test this more effectively. Here is more text to test this more effectively. Here is more text to test this more effectively. Here is more text to test this more effectively.

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

The border-bottom of this h4 heading should be 5em dashed red. The rule applied is "h4 {border-bottom: 5em dashed red;}". Here is more text to test this more effectively. Here is more text to test this more effectively. Here is more text to test this more effectively. Here is more text to test this more effectively. Here is more text to test this more effectively. Here is more text to test this more effectively. Here is more text to test this more effectively. Here is more text to test this more effectively.

This emphasized test should have a border bottom of 2mm dotted blue. The rule applied is "em {border-bottom: 2mm dotted blue;}". Here is more text to test this more effectively. Here is more text to test this more effectively. Here is more text to test this more effectively. Here is more text to test this more effectively. Here is more text to test this more effectively. Here is more text to test this more effectively. Here is more text to test this more effectively. Here is 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 thick border bottom. The body's border bottom of yellow should display, since the rule "body {border-bottom: yellow}" applies (initial value for border-width). Also "body {border-bottom-style: solid;} is applied.