The style declarations which apply to the text below are:
.one {border-style: dashed; border-color: black; border-width: thick;} .two {border-style: groove; border-color: purple; border-width: thick;} .three {border-style: none; border-color: purple; border-width: thick;}
This is an unstyled element, save for the background color, and it contains inline elements with classes of class one, which will result in a dashed thick black border; class two, which should result in a grooved thick purple border, and class three, which should result in no border at all. The line-height of the parent element should not change, on any line.
TABLE Testing Section | |
This is an unstyled element, save for the background color, and it contains inline elements with classes of class one, which will result in a dashed thick black border; class two, which should result in a grooved thick purple border, and class three, which should result in no border at all. The line-height of the parent element should not change, on any line. |