SMALL
For styling the <small> tag
SMALL
{
font-size: 8px;
}
BIG
For styling the <big> tag
BIG
{
font-size: 16px;
}
Example:
<big>big</big> and <small>small</small> text.
BLOCKQUOTE
For styling the <blockquote> tag
PRE
For styling the <pre> tag
BLOCKQUOTE, PRE
{
font-family: Lucida Console, monospace;
}
Example:
<pre>This is text in pre tags</pre>
