All HTML codes need to be in between brackets, < >, to work properly,
and almost all codes need to be "ended" by adding this at end < / >.For example a font code would start with < font
> and needs to be ended with < /font >. Look at the some of the codes on the following pages to see what I am meaning
by beginning and ending a code.
To copy the desired HTML code, just highlight the code and right click on
your mouse, choose copy from the menu.
Underneath each code is an example of the aspects that should be changed for
the code to work properly.
Most importantly BE PATIENT and HAVE FUN!!
To change background color:
Color can either be a hex number (#000000,#FFFFFF) or
color name (white, black,etc).
Click here for a color chart.
To change font size:
Change 1-7 to your desired number. 1 2 3 4 5 6 7
To change font face:
Some examples of fonts are arial, times, verdana, courier. The
person viewing the web page must have font installed on computer to actually view your chosen font, keeping this in mind try
to choose a common font, such as those listed above. The
font "verdana" is the one I have used throughout this site, except where noted otherwise.
To change font color:
Color can be either hex number (#000000,#FFFFFF, #FF0000)
or a color name (black, white, red ,etc).
Click here for a color chart.
Font tags can be combined,
just add them together, for example:
The result of the above code:
YOUR TEXT GOES HERE
And heres another example:
The result of above code:YOUR TEXT GOES HERE
Want to make your fonts stand out? Then check out the Font Effects page
for bold, italics and all the other font effects.
For Font Effects Click Here
Go Back
|