Text enhancements allow the user to Bold words, use Italics , make text, Emphasis on parts of text, or even Enlarge Text .
To use these enhancements, select the Insert menu, then select Physical Font Style Tags . Now there is a list of all the font enhancements.
Here is an example:
(the HTML, HEAD, and TITLE, are being left out from now on, because you
should now be used to them being put into every page)
<BODY>
<B> Here is how text is bolded.
</B>
<BLINK> Here is how to make blinking text.
</BLINK>
<B>
<I> Here is bolded and italic text.
</I>
</B>
</BODY>
HERE
is the associated document.
Now we can talk about how to enlarge fonts. Go to the Insert
menu, select Physical Font Style Tags , then select Font Size
. Now the Font Size menu should appear. Font sizes range
from 1 to 10.
Here is another example:
<BODY>
<FONT SIZE=3> This is font size 3
</FONT>
<FONT SIZE=8> This is font size 8
</FONT>
<FONT SIZE=6>
<BLINK> This is a blinking size 6 font
</BLINK>
</FONT>
</BODY>
HERE
is what is looks like.