KISS HTML
You CAN write HTML code from scratch

Making the type font "Bolder" or <B> tag


To make the top line of what you typed stand out even more, you might specify "Bold" type.

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 //EN">
<HTML>

<HEAD>
<TITLE>Cyberperson's First Web Page</TITLE>
</HEAD>

<BODY>
<CENTER>
<FONT SIZE="6">
<B>
This web page belongs to Cyberperson. <BR>
</B>
</FONT>
<P>
<HR>
<P>
<FONT SIZE="5">
I live in Los Angeles. </P> <BR>
<P>
I work for Calliope Studios. </P> <BR>
<P>
I have a dog named Remington. </P> <BR>
<P>
My hobbies are cooking and movies. </P> <BR>
</FONT>
</CENTER>
</BODY>

</HTML>

With the top line in "Bold", it would look like this: click Here

  <- Previous | Next ->