The style declarations which apply to the text below are:
.zero {background-color: silver; margin-left: 0;} .one {margin-left: 0.5in; background-color: aqua;} .two {margin-left: 25px; background-color: aqua;} .three {margin-left: 5em; background-color: aqua;} .four {margin-left: 25%; background-color: aqua;} .five {margin-left: -10px; background-color: aqua;}
This element has a class of zero.
This sentence should have a left margin of half an inch.
This sentence should have a left margin of 25 pixels.
This sentence should have a left margin of 5 em.
This sentence should have a left margin of 25%, which is calculated with respect to the width of the parent element.
This element has a class of zero.
This paragraph has a left margin of -10px, which should cause it to be wider than it might otherwise be, and it has a light blue background. In all other respects, however, the element should be normal. No styles have been applied to it besides the negative left margin and the background color.
TABLE Testing Section | |
This element has a class of zero. This sentence should have a left margin of half an inch. This sentence should have a left margin of 25 pixels. This sentence should have a left margin of 5 em. This sentence should have a left margin of 25%, which is calculated with respect to the width of the parent element.
This element has a class of zero. This paragraph has a left margin of -10px, which should cause it to be wider than it might otherwise be, and it has a light blue background. In all other respects, however, the element should be normal. No styles have been applied to it besides the negative left margin and the background color. |