The style declarations which apply to the text below are:

.zero {background-color: silver; margin-right: 0; text-align: right;}
.one {margin-right: 0.5in; text-align: right; background-color: aqua;}
.two {margin-right: 25px; text-align: right; background-color: aqua;}
.three {margin-right: 5em; text-align: right; background-color: aqua;}
.four {margin-right: 25%; text-align: right; background-color: aqua;}
.five {margin-right: -10px; background-color: aqua;}

This element has a class of zero.

This sentence should have a right margin of half an inch.

This sentence should have a right margin of 25 pixels.

This sentence should have a right margin of 5 em.

This sentence should have a right 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 right 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 right margin and the background color.

TABLE Testing Section
 

This element has a class of zero.

This sentence should have a right margin of half an inch.

This sentence should have a right margin of 25 pixels.

This sentence should have a right margin of 5 em.

This sentence should have a right margin of 25%, which is calculated with respect to the width of the parent element.

  • The right margin on this unordered list has been set to 25 pixels, and the background color has been set to gray.
  • Another list item might not be such a bad idea, either, considering that such things do need to be double-checked. This list item has its right margin also set to 25 pixels, which should combine with the list's margin to make 50 pixels of margin, and its background-color has been set to white.
  • This is an unclassed list item

This element has a class of zero.

This paragraph has a right 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 right margin and the background color.