Notes to "Introduction to Web Design Day Three |
1. How could you do this with regular HTML? The
answer is that you could not.
Not strictly true; e.g. use followed by several s
The text-indent Property
Applies to Block-level elements
CSS Example:
A normal indented paragraph
<STYLE TYPE="text/css"> xxxxxxxxxxxxxx
P {text-indent: 1em} xxxxxxxxxxxxxxxxx
</STYLE> xxxxxxxxxxxxxxxxx
A negative indented paragraph
<STYLE TYPE="text/css"> xxxxxxxxxxxxxxxxx
P {text-indent: -1em} xxxxxxxxxxxxxx
</STYLE> xxxxxxxxxxxxxx
Return to "Introduction to Web
Design Day Three | Invisible Spacers"
|