KISS HTML
You CAN write HTML code from scratch

Adding a little more substance to your body text


If you want your web page visitor to stay around, you have to give him or her a little more to see or do. Displaying your name, then asking a visitor to sign a guestbook, or send you an email, is not much incentive to hang with you.

I just made up some stuff to put with the other "sub-headings" on the page.

Basically, I left the sub-headings (ex. "I live in Los Angeles") centered, then closed the centering before adding the body text about Los Angeles. I also dropped the Font size down to the more common "3" for this text. Then I added centering for the next sub-heading. I also changed the Horizontal Rule and added the FACE attribute to the FONT tags.

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

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

<BODY>

<CENTER>
<FONT SIZE="6" COLOR="#0000FF" FACE="ARIAL,GENEVA">
<B>
This web page belongs to Cyberperson. <BR>
</B>
</FONT>
<P>
<HR SIZE=5 WIDTH=75%> </P>
<P>

<CENTER>
<FONT SIZE="5" COLOR="#000000" FACE="ARIAL,GENEVA">
I live in Los Angeles. <BR>
</P> </FONT> </CENTER>
<FONT SIZE="3" COLOR=#000000" FACE="ARIAL,GENEVA">
Los Angeles is the largest city on the west coast. There are over 8 million people living in the area. Surrounded by mountains, and bordered by the Pacific Ocean, you can find more to do here than almost anywhere else in the world! </FONT> <BR>
<P>

<CENTER>
<FONT SIZE="5" COLOR=#000000" FACE="ARIAL,GENEVA">
I work for Calliope Studios. <BR>
</P> </FONT> </CENTER>
<FONT SIZE="3" COLOR=#000000" FACE="ARIAL,GENEVA">
Calliope produces titles and introductions to Hollywood movies and TV shows. You can see my work at the beginning of many of the TV shows of today. </FONT> <BR>
<P>

<CENTER>
<FONT SIZE="5" COLOR=#000000" FACE="ARIAL,GENEVA">
I have a dog named Remington. <BR>
</P> </FONT> </CENTER>
<FONT SIZE="3" COLOR=#000000" FACE="ARIAL,GENEVA">
Remington is a black Labrador Retriever. He loves the water and swims the whole time we go to the beach. He is my very best friend. </FONT> <BR>
<P>

<CENTER>
<FONT SIZE="5" COLOR=#000000" FACE="ARIAL,GENEVA">
My hobbies are cooking and movies. <BR>
</P> </FONT> </CENTER>
<FONT SIZE="3" COLOR=#000000" FACE="ARIAL,GENEVA">
We have friends come over twice a month for a "bring-your-own-dish" party. The food is great and we do a lot of recipe swapping. </FONT> <BR>

</BODY>

</HTML>

With the added text, the web page would look like this: click Here

  <- Previous | Next ->