<DIV ...>
This is stuff before the <NOBR><CODE><DIV ...></CODE></NOBR>. <DIV> This is stuff inside the <NOBR><CODE><DIV ...></CODE></NOBR>. <P> This is more sutff inside the <NOBR><CODE><DIV ...></CODE></NOBR>. </DIV> This is stuff after the <NOBR><CODE><DIV ...></CODE></NOBR>. which gives us:
This is stuff before the
This is stuff inside the
This is stuff after the <DIV ...>
This is more sutff inside the <DIV ...>
Because
<STYLE TYPE="text/css"> <!-- .warning { font-family:sans-serif; color:red; padding-left: 50pt; padding-right: 50pt; } --> </STYLE>
These styles rules create a styles class named
<DIV CLASS="warning"> contents of DIV element </DIV> which gives us this:
WARNING: Do not look directly into the light or it will suck you in like a flea. We're dealing with big ugly powerful forces here, pal, so don't go trying that macho man stuff. Put your super-block-em sunglasses on and keep your eyes on the accountant.
In the next page we'll look at setting the alignment of the element. |