This paragraph uses the style text-indent: 10%
, which will indent the first line in a paragraph, but let the other lines in a paragraph continue to wrap normally, as indicated in this sample paragraph.
This paragraph uses the style text-indent: 2em
, which will indent the first line in a paragraph by 2 em units, but let the other lines in a paragraph continue to wrap normally, as indicated in this sample paragraph.
This paragraph uses the style text-indent: -10%
, which will indent the first line in a paragraph off to the left (like a hanging indent), but outside the left margin, but let the other lines in a paragraph continue to wrap normally, as indicated in this sample paragraph.
This paragraph uses the style text-indent: -2em
, which will indent the first line in a paragraph off to the left (like a hanging indent), but outside the left margin, but let the other lines in a paragraph continue to wrap normally, as indicated in this sample paragraph.