and choose one where get a number that represents a color Or you can WRITE OUT a color like the word "blue"
Use quotes like this..."BLUE" or this "006699"
NOW the whole thing together looks like this
<body
bgcolor="blue">
or like this
<body
bgcolor="006699">
Lets make our text a COLOR too! Text colors can be written like this--- "white" or they can be written in code like--- "FFFFFF" (they are BOTH WHITE!!!)
We put a pointy thing --
< (a carat) on the end
You always start with a carat like this
<
and end with this one
>
which makes the code invisible!!!
Here is our background code:
<body bgcolor="blue"text="white">
Put in your own background colors This is so fun to play with! Now for inserting pretty backgrounds in your email
This is started with the
<
Now we use the word "background" and it looks like this
background=
so it looks like this
<body
background=
You now copy and past your pretty background to put in next like this: