- Font Size
If you want a big font, type < h1
> in front of the text u want to appear big and
</h1> after you
don't need it anymore. Another way you can change the
font and size of your text is by typing in front of
your text :-
<basefont="the name of
your font" size="the size
you want" color="#your
color">
For example THE RED HOT CAFE
THE RED HOT CAFE
Bold text
To make your text bold type
< h3 > in front of your
text and
<
/h3 > when you don't need it anymore.
For
Example
BOLD TEXT
Center textTo make your text/picture center just
type <center> and </center> to stop centering
Break or Paragraph
For paragraph type <p> and to break a line type <br>
when you r done always remember to type </p> or </br>
Horizontal line
To add horizontal line type <hr>