The style declarations which apply to the text below are:
P {margin-left: 20px;} .one {border-left: purple double 10px;} .two {border-left: purple thin solid;}
This paragraph has a background color of silver and a 20-pixel left margin, and it contains inline elements with classes of class one, which should have a 10-pixel purple double left border; and class two, which should have a thin solid purple left border. The line-height of the parent element should not change on any line.
TABLE Testing Section | |
This paragraph has a background color of silver and a 20-pixel left margin, and it contains inline elements with classes of class one, which should have a 10-pixel purple double left border; and class two, which should have a thin solid purple left border. The line-height of the parent element should not change on any line. |