| TEXT SIZE | TEXT COLOR | TEXT FONT | HORIZONTAL RULE |
|---|---|---|---|
| IMAGES | FORM BUTTONS | TEXT BOXES | LISTS |
Text can come in all sizes from super large to really tiny, but the most commonly used way to go about text size is using the "H" scale. From H1 being the largest to H6 being the smallest.
Of course there are other ways to accomplish this task of changing text size, such as using FONT SIZE="+n". The letter "n" represents any number.
F
I
S
H
E
Y
E
Text can also come in several hundreds of colors, including your basic black, red, and blue...to your #000000, #C91F16, and #1F9AD7. Do this using FONT COLOR="(color here)".
COLOR
COLOR
COLOR
COLOR
COLOR
COLOR
COLOR
COLOR
COLOR
COLOR
COLOR
COLOR
COLOR
COLOR
COLOR
COLOR
Now that color and size has been established, font is the only area left to cover. Different font is achieved with the "FONT FACE" tag:
Algerian
Castellar
Vladimir Script
Harlow Solid Italic
JOKERMAN
These are just to name a few.
Some other things that can be done to text is shown below using (U),(I),(STRIKED),and a simple link code of (A HREF="URL").
UNDERLINED
ITALIC
BOLD
STRIKED
LINKED
This is a rule or actually a code that creates, you guessed it, a horizontal line across the screen. You can control the size, color and thickness of the line. (HR) is the only code you need for this, unless you want it to be more specific in which you add (HR SIZE="?" WIDTH="?%" ALIGN="left, right, center")
Well this is pretty much self-explanatory, but there are two ways to insert images. The code remains the same for both ways, either use an image from the internet or from your computer. Animations apply as well. (IMG SRC="image location here")
These are not just any ordinary buttons, but they are form buttons. There are several different kinds of these form buttons.
Another part of forms is the text areas that allow for typing and stuff like that.
Lists are useful in a manner that they are used for making...lists. There are two kinds of lists, unordered(UL) and ordered(OL).
These two things, if you will, are apart of the (UL) faction. Create them using a simple (LI) for the circular item, and (LI TYPE="square") for the square.