HTML Help Page



This site is best viewed in 256 colour or better. Any less and some of the colour codes I have below won't appear the same. I know what beginners look for in help with HTML since just in the beginning of 1997 I didn't know HTML from HTTP. It can be confusing at first for beginners but I think I've made this site easy enough to follow. There will be more stuff as time goes on.

And remember these hints taken from Creating Cool HTML 3.2 Web Pages by Dave Talor (3rd Ed.):
Design the web for your intended users
Be sparing with graphical elements
Pages should load in less than 30 seconds
Minimize colour palettes
Prefer horizontally oriented graphics
Web sites should always be content-centric
One qualified visitor is worth a dozen anonymous browsers
Pages should constantly be new and up to date.

Click any of these that you want to know about:



And for other resources, check out Infoseek

Popular Downloads (early - mid 1998):

Fireworks Screensaver 5.4

Drunk Baby Screensaver

Dancing Baby Screensaver


Announce this Web Site to a friend!
Type In Your Name:

Type In Your E-mail:

Type In Your Friend's E-mail:


Basic HTML Code


These are the codes you must have on your page or there won't be anything on your page:

< HTML >
< HEAD >
< TITLE >
My Home Page < /TITLE >
< /HEAD >
< BODY >
Hi everybody! This is my page! It is under construction though so please be patient. I will ... bla bla bla bla ...
< /BODY >
< /HTML >

Go Back to Top


Making Text/Background Different Colours


These are the colour codes to use to change the colour of your text and background:

Black="000000" BLACK [This Background]
White="FFFFFF" WHITE
Light Pink="FFC0FF" LT. PINK
Bright Pink="FF2090" BRIGHT PINK
Red="FF0000" RED
Medium Red="9F0000" MED. RED
Burgundy="800020" BURGUNDY
Dark Red="#660000" DRK. RED
Orange="FF8000" ORANGE
Gold="FFB060" GOLD
Light Yellow="FFFFAAA" LT. YELLOW
Yellow="FFFF66" YELLOW
Bright Green="00FF00" BRT. GREEN
Green="90FF50" GREEN
Aquamarine="00BF8F" AQUAMARINE
Dark Green="006000" DRK. GREEN
Torquoise="008080" TORQUOISE
Cyan="00FFFF" CYAN
Light Blue="A0D0FF" LT. BLUE
Baby Blue="00CCFF" BABY BLUE
Blue="0000FF" BLUE
Dark Blue="00289F" DRK. BLUE
Violet="CC33FF" VIOLET
Purple="9020FF" PURPLE
Medium Purple="78009F" MED. PURPLE
Dark Purple="480060" DRK. PURPLE
Brown="9F5000" BROWN
Dark Brown="603000" DRK. BROWN
Pale Red="FFE0F0" PALE RED
Pale Yellow="FFFFE0" PALE YELLOW
Pale Green="E0FFE0" PALE GREEN
Pale Blue="E0FFFF" PALE BLUE
Pale Purple="F0E0FF" PALE PURPLE

Or you could always use THIS code below that works just as well:

< FONT COLOR="Cyan" > which would look like this = Cyan
It works with a lot of colours from red to violet to magenta to maroon to gold to blue to navy to lime,..et cetera!


Or...

***WHEN STARTING YOUR PAGE, IT IS BEST TO USE THIS TAG BEFORE YOU PUT IN ANY OTHER TEXT AND COLOUR CODES (BUT STILL BETWEEN THE < BODY > AND THE < /BODY > ). -- CHANGE THE COLOUR CODES TO WHATEVER YOU LIKE***:

< BODY BGCOLOR="90FF60" TEXT="#001F76" LINK="#001F76" VLINK="#001F76" >

The "BODY BGCOLOR" means that is the colour your background will be.
"TEXT" is what colour your text will be.
"LINK" is what colour your UNvisited links will be.
"VLINK" is what colour your Visited links will be (once they are clicked on by you or another person at their computer).
"ALINK" is what colour the link is during the second you click it.

If you have a background for your page, you'd add it into the same TAG as:
< BODY BGCOLOR="90FF60" TEXT="#001F76" LINK="#001F76" VLINK="#001F76" BACKGROUND="my_bkgd1.gif" >

"my_bkgd1.gif" is where you'd put the name of your background file that you've uploaded/FTP'd to your editor.

P.S. If you don't know if you should use Gif or Jpg graphics, maybe this would help.

Have fun experimenting! :)

Go Back to Top


Centering Text


This is how you center any of your text in the body of your page:

< CENTER > Your text < /CENTER >

Your text will look like this:

Your text

Go Back to Top


Make Text Bold


This is how you make your text BOLD:

< B > I'm Bold!! < /B >

or the code < STRONG > I'm bold too! < /STRONG >

It will look like this:
I'm Bold!! and the second one like this: I'm bold too!

Go Back to Top


Putting Text in Italics


This is how you make your text italics:

< I > I'm in italics!! < /I >

It'll look like this: I'm in italics!!

Go Back to Top


Making Text Blink


This is how you make your text bLiNk:

< BLINK > I'm bLiNkInG!! < /BLINK >

It'll look like this: I'm bLiNkInG!!

Go Back to Top


Make Links to Your Other Pages


This is how you put links on your page to other pages of other sites and of your own (both are not the same):

To OTHER people's site:

< a href="http://www.geocities.com/Athens/2090/" > Go to HTML link that Geocities always recommends < /a >

It'll look like this: Go to HTML link that Geocities always recommends

To put a link on one of your pages to another one of your own pages:

< a href="http://www.geocities.com/Tokyo/Flats/7311/links_pg.html" > Pluto Girl's Links Page < /a >

Pluto Girl's Links Page

Go Back to Top


Put Pictures on Your Page


This is how you put pictures on your page :

< img src="https://members.tripod.com/~Pluto_Girl/your_pic.jpg" align=bottom > < /a >

It'll look like this:

Of course if you don't have that picture than it'll appear as a broken picture such as happened here. ;)

And if you want it to be a clickable picture (such as a button):

< a href="https://members.tripod.com/~Pluto_Girl/Award.html" > < img src="https://members.tripod.com/~Pluto_Girl/pgawrdmn.gif" align=bottom border=0 width=150 height=125 > < /a >

Will look like this:

And if you want text beside the picture to be clickable, type it just before the < /a > .
If you don't want it to be clickable, then type it AFTER the < /a > .
***By the way, to get rid of the 'box' around the picture, put in border=0 like I did above.***

Click to go to this Anime Site!!
But you can see how the additional text is not necessary in this case.

The most common picture types are jpg (jpegs) & gif (gifts). You can use both at any time and are not restricted to the examples above.

Go Back to Top


And if you want to add Java Script to your site, go click below!
Nic's Javascript Page

Go Back to Top


PUT MUSIC ON YOUR PAGE:

See what your system plays first

and then depending on how you want your music to play, you pick certain codes to type into your site (using HyperText/HTML).

I will assume for the sake of saving space that you want to load up a midi (extension .mid) on your site.

To get your midi on your site with a player 'embedded' into your page:

Then you must type:

< embed src="https://members.tripod.com/~Pluto_Girl/Angie.mid" autostart=false hidden=false loop=0 width=145 height=60 volume=90 controls=smallconsole ALT="Rolling Stones - Angie">

And for ALL (or at least a LOT) of your MIDI needs, this site has what you need!

And to search the net for a CERTAIN midi try this Search

FREE WEB PAGES (18 links):

Geocities -- Free Web Pages (11Mb since June 1998) Tripod -- Free Web Page (11Mb since June 1998) FortuneCity -- Free (10 Mb). XOOM (11 MB). TOU -- Free (3 Mb) -- read rules. Angelfire -- Free (read rules) HomeStead -- Free (check it out) HowdyNeighbor -- Free (check it out) DarkCastle -- Free ProHosting Free Web Hosting FreeWeb DigiWeb. INFOLINE Online Designs (I think this one sets it up for free but you must pay for a space on the web. I'm not sure. Read rules) FreeZone Pagelist (Women owned & run) Phranic's Trailerpark for the homeless (down until Phase 5 is built for new residence) Freetown (basic) Webspawner(EXTREMELY basic)


Search Engines:

Netscape Search Excite Search Engine Infoseek Lycos Yahoo Hotbot LookSmart

Go Back to Top


Here are 2 site you should check out for free icons and stuff:

The Free Site

Index of All Free Stuff on the Net


HTML Help Pages For You by Others:

HTML HELP CHAT [0 ][ 1 ][ 2 ][ 3 ][ 4 ][ 5 ][ 6 ][ 7 ][ 8 ][ 9 ][ 10 ][ 11 ][ 12 ]
[ 13
] [ 14 ] [ 15 ] [ 16 ] [ 17 ] [ 18 ] [ 19 ] [ 20 ] [ 21(intro) ] [ 22(intermediate) ]
[ 23 ] [ 24 ] [ 25 ] [ 26 ] [ 27 ] [ 28 ] [ 29 ] [ 30 ]
And Finally Web Pages that Suck

Go Back to Top


AAA Matilda Canada


Thank you and come again soon!

PowerSearch
Starting
                         Point(TM)


The Web Other Search Resources


1997.Nikita Designs

Last updated on February 2, 1999.