CSS3 Border Width Test
-
For "border-width", possible values are "<border-width>(1,4)" .
PASS CRITERIA:
If statement above is true, this paragraph should have a 15px
border width.
The rule applied is "p {border-width: 15px;}".
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-width of this h3 heading should be 40px.
The rule applied is "h3 {border-width: 40px;}".
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-color of this h4 heading should be 30px.
The rule applied is "h4 {border-width: 30px;}".
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 width of 5px.
The rule applied is "em {border-width: 5px;}".
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 15px border width. Border style of solid is applied to all
CSS rules, so that the border is visible.
The body's border width of 20px should display,
since the rule "body {border-width: 20px;}" applies.