Markup Tags
The <b> tag makes text bold
The <i> tag italicizes text
The <u> tag underlines text
The font tag will allow you to change the size,color, or font of text.
To use the tag put font and the thing you want to change about the text after it
e.g. <font face = impact size = 5 color = red>
You can also change the appearance of the mouse cursor by putting style="cursor: cursorname" inside a tag
e.g.<font style="cursor: cursorname">
Mouse over to see different cursors |
default
|
text
|
crosshair
|
help
|
wait
|
move
|
There are six tags for headings
plaintext
h1 which looks like this
plaintext
h2 which looks like this
plaintext
h3 which looks like this
plaintext
h4 which looks like this
plaintext
h5 which looks like this
plaintext
h6 which looks like this
plaintext