<HTML>
<HEAD>
<TITLE>Indentions</TITLE>
<style>
<!--
all.indent10 {text-indent:10px;
color:#000080;}
all.indent20 {text-indent:20px;
color:#0000FF;}
all.indent1in {text-indent:1in;
color:#00FFFF;
background:#000080;}
all.indenthalf {text-indent:50%;
color:#0000FF;}
.inicap {font-size:20pt}
//-->
</style>
</HEAD>
<BODY>
<span class=inicap>S</span>tylesheets let us set
the indentions by pixel, inches, and %.
<br>Indentions apply to <B>Block-Level</B>
elements, those that start a new line like DIV, P,
BLOCKQUOTE, and headings.
<br>Indent styling can be combined with other
settings like background.
<hr>
<p class=indent10>Indent 10 pixels
<p class=indent20>Indent 20 pixels
<p class=indent1in>Indent 1 inch with navy background
<p class=indenthalf>Indent halfway
</BODY>
</HTML>