This is some bold fonted text not in paragraph.

This is also some bold fonted text with a pink background because it is in a paragraph.


<HTML>

<HEAD>
	<STYLE TYPE="text/css">
		P B {background: pink;}
	</STYLE>
</HEAD>

<BODY>

This is some <B>bold fonted text</B> not in paragraph.<BR><BR>
<P>This is also some <B>bold fonted text with a pink background</B> because it is in a paragraph.</P>

</BODY></HTML>