Inline styles
Style can also be specified on a per HTML element basis.
Below is an example of specifying a 1" margin on one specific
paragraph.
<P style="margin-left:
30" >This paragraph will have a 30 pixel
margin all around.</P>
will appear like:
This paragraph will have a 30 pixel margin all around.
|