ENTER THISAND GET THIS
<b>Bold</b>

EXAMPLE 1:
<p>Did you see the <b>really</b> large dog?

You can also use CSS style statements to do the same thing.
EXAMPLE 2:
<div>Did you see the <span style="font-weight:bold">really</span> large dog?

You can copy either example and paste it into the test area below
to see the results for yourself.  You can also add/change/delete
additional information in the test area.
Results will appear here.