Care of Cyber Pets!

The first step in caring for your cyber pet is to give it a home. This can't be done by linking directly to someone else's site or by shoving it together with ten other pets on the same page. No. What you need to do is give it its own page.

The basic code for a webpage looks something like this:

<html> <head> </head> <title>The name of your site goes here.</title> <body> Everything else goes here. </body></html>

If you want more detailed help, go here: http://www.funky-chickens.com/. That's where I learned how to make websites!

Next, you'll want to make things a bit more homey. Try this:

<table border="1" bordercolor="green" rules=rows><tr><td colspan="2"><img src="YOURPET.GIF"></td></tr> <tr><td>Name:</td><td>PET'S NAME</td></tr> <tr><td>Species:</td><td>PET'S SPECIES</td></tr> <tr><td>Gender:</td><td>PET'S GENDER</td></tr> <tr><td>Birthdate:</td><td>PET'S BIRTHDATE</td></tr> <tr><td colspan="2">Bio/Description: <br>PET'S DESCRIPTION</tr> <tr><td>I got my pet here:</td><td><a href="http://www.geocities.com/peacewithclaws/">Samber's Folly</td></tr> </table>

Here's what it looks like:

Name:Morrica
Species:Baby Yeti
Gender:Female
Birthdate:March 16, 2005
Bio/Description:
This is a sample only. Don't steal me!
I got my pet here:Samber's Folly

You might want to get your pet a few friends, or little snacks. (Try my Goodies page!) A background that looks good with your new pet might also be nice. From here on in, though, you're on your own.

Back

1