Welcome to
Luv's Creations
HTML Help Page
On this page you will find most of the HTML codes
you need to start building your web page. You will also find
some very helpful links to other pages that have
HTML codes and java codes for java applets
such as lake and snow, and more.
Good luck in building your Home Page!
But most of all, remember to have fun with it!
This page was up dated last on 9/16/03
This site is best viewed using Internet Explorer4.0
800X600 or better.
HTML Commands and Color Codes
Names of colors and Color Codes
aliceblue |
antiquewhite |
aqua |
aquamarine |
azure |
beige |
bisque |
black |
blanchedalmond |
blue |
blueviolet |
brown |
burlywood |
cadetblue |
chartreuse |
chocolate |
coral |
cornflowerblue |
cornsilk |
crimson |
cyan |
darkblue |
darkcyan |
darkgoldenrod |
darkgray |
darkgreen |
darkkhaki |
darkmagenta |
darkolivegreen |
darkorange |
darkorchid |
darkred |
darksalmon |
darkseagreen |
darkslateblue |
darkslategray |
darkturquoise |
darkviolet |
deeppink |
deepskyblue |
dimgray |
dodgerblue |
firebrick |
floralwhite |
forestgreen |
fuchsia |
gainsboro |
ghostwhite |
gold |
goldenrod |
gray |
green |
greenyellow |
honeydew |
hotpink |
indianred |
indigo |
ivory |
khaki |
lavender |
lavenderblush |
lawngreen |
lemonchiffon |
lightblue |
lightcoral |
lightcyan |
lightgoldenrodyellow |
lightgreen |
lightgrey |
lightpink |
lightsalmon |
lightseagreen |
lightskyblue |
lightslategray |
lightsteelblue |
lightyellow |
lime |
limegreen |
linen |
magenta |
maroon |
mediumaquamarine |
mediumblue |
mediumorchid |
mediumpurple |
mediumseagreen |
mediumslateblue |
mediumspringgreen |
mediumturquoise |
mediumvioletred |
midnightblue |
mintcream |
mistyrose |
moccasin |
navajowhite |
navy |
oldlace |
olive |
olivedrab |
orange |
orangered |
orchid |
palegoldenrod |
palegreen |
paleturquoise |
palevioletred |
papayawhip |
peachpuff |
peru |
pink |
plum |
powderblue |
purple |
red |
rosybrown |
royalblue |
saddlebrown |
salmon |
sandybrown |
seagreen |
seashell |
sienna |
silver |
skyblue |
slateblue |
slategray |
snow |
springgreen |
steelblue |
tan |
teal |
thistle |
tomato |
turquoise |
violet |
wheat |
white |
whitesmoke |
yellow |
yellowgreen |
To select Web-safe colors, click within the color spectrum or enter RGB values or hexadecimal code.
If you are using a Java Enhanced Browser,
here is a demo to show how "OnMouseOver" works.
Simply move the mouse over the desired color. No need to click!
If your page does not support java, Then
click on
the link below to take you to a "Black" background
to see the colors on "Black"
HTML codes
Here are some of the HTML codes you can
use to help
make your web pages. Keep in mind using them in a few different ways
can change the look of your page. Such as...
If you would like to use different color font/text throughout
your web page then don't put the text color into the body.
Use font instead and make sure you always close your codes
using this code.... </>
Title your page:
The title you choose, will show up in your browser.
<title> Luv's Creations</title>
For background and font colors
If you would like to use any of the colors from above for a
Background and font colors then you would type in the code # for the color.
For example. (below)
<body bgcolor="#000000" text="#FFFFFF" link="#0000FF" vlink="#9370DB" alink="#FF0000">
Or to add an image as a background.
<body background="images/example.jpg" bgcolor="#000000" text="#FFFFFF" link="#0000FF" vlink="#9370DB" alink="#FF0000">
bgcolor........... Is your background color. text................. Is your text/font color. link................. Is your hyperlink link color. vlink............... Is your visited link color. alink............... Is your active link color. background.... Is your background image. |
Remember you can always change the color #'s to be anything you want.
For font colors.
<font color=colorname> </font>
Or
<font color=colorCode#> </font>
You must always close your font!
Font Face.
There are many different types of font Faces to choose from.
Here is an example of one.
<font face="Monotype Corsiva">
Monotype Corsiva
Above is how the font will look after using the font in the code.
Italics Bold blink underline Strikeout Font Font size |
<i>Italics</I> |
Italics |
Remember to always close your code or it will follow through down the page.
To place an image or text to the left of page, center, or to the right of page:
<div align=left> left </div> |
<center> center </center> |
<div align=right> right </div> |
Other HTML codes.
Pictures:
<img src="http://www.your address here/images/hum2.gif">
Links:
<a href="http://www.luvscreations.com/index.html">Luv's Creations</a>
Luv's CreationsThe "No Right Click" code:
{Cut and past the code into your HTML box right under <body background=}
Do not use coma's or periods in the code or it will not work.<script LANGUAGE="JavaScript">
<!--// No rightclick script
function click() {
if (event.button==2)
{alert('Put your own message here');}}
document.onmousedown=click// --></script>Boxes:
<center> <table border=8> <td> <blink> <font size=7 color=red>Welcome </font> </blink> </td> </table> </center>
Music:
For the song to keep playing over and over again.
<bgsound src="example.mid" loop="-1">For it to just play once.
<bgsound src="example.mid">To show "Media Player" Music Box
<embed SRC="example.mid" AUTOSTART="TRUE" loop="true"
WIDTH="70" HEIGHT="70" AUTOSTART="TRUE" CONTROLS="SMALLCONSOLE">
Height and Width can = any size you want.
For scr="you place the name of your Midi here"To show "Crescendo" Music Box
<embed SRC="example.mid" AUTOSTART="TRUE" loop="true" WIDTH="16" HEIGHT="16"AUTOSTART="TRUE" CONTROLS="SMALLCONSOLE" align="center">
Height and Width can = any size you want.
For scr="you place the name of your Midi here"
Here are a few Links to help you out!
For a FREE home page.
I think Angelfire is one of the BEST home page servers there is!
I feel its one of the eases to use.
You can get free web space, email, backgrounds, images and more.
They also have a HTML Help Page for you to use.
"www.angelfire.com"
Get a Free Guestbook with guestGear
For Free Backgrounds and Graphics
Take a look at the links I have on my
"Link Page"
For Free Midi's Go to my Music Page
"Midi's"
Want to
know how I did this???
£ûv'š Ç®êåt¡ðñš
Then to go "Basic Window Character's"
to see how.
For More HTML Help!
Click on the link's below.
here are some Awesome site!
The Best "HTML Help Pages"
I have found yet!
Also on these pages you will find a lot of java codes.
Including the trailing cursor that I use on my pages that reads:
"Luvs Creations"
This page is great for HTML help.
"The Web
Page Design Resource Page"
The next two pages have all kinds
of java codes.
"Dynamic Drive DHTML
code libary"
Don't forget to book mark this page
so you
can always come back for help.
I plan on adding more HTML codes for
you!
This is very time consuming.
so please check back again soon.
Feel free to share any of the
pages I have
made with your friends and family.
Click
Here To Send
This Page To Your
Friends and Family
Need help in sending this page?
Please "Click
Here" for instructions.
Click on any of the links below to see more of Luv's Creations.
Tammy's Poems |
||||
My Poem Has Been Published!!! |
![]() My Quilt |
|||
Email Me |
Sept. 11, 2001
Won't ever be forgotten!
Below are my 9/11 Tributes.
Angels |
You are visitor number
Copyright1997-2006 Luv's Creations
The graphics throughout my page were created by Me
using clipart, paintings from famous artists, or PSP Tubes.
These can be found throughout the web.
Please do not take any of the graphics,
or background from my pages.
All pages are created and maintained
by Luv's Creations and should not be
used without written permission first.
For any questions or problems you may have,
Please E-mail Tammy, the "Web Angel"
at:
Luvs_Creations@hotmail.com