HTML BASIC TAGS  TUTORIAL
HTML BASICS

BACKGROUNDS

background image :

<body background="image url">

background FIXED image :

<body background="image url" bgproperties="fixed">

LINES/ DIVIDERS

HORIZONTAL LINE


<hr width="220" color="white" size="1">

VERTICAL LINE


<hr width="1" color="white" size="220">

MAKING SPACES

A space between two words will be recognized by just adding a space. To have more than one space, use this code.

&nbsp;

FONTS

Tahoma Verdana

Impact Arial

trebuchet mscomic sans ms

<font face=FONT NAME> text here text here</font>


FONT COLORS
#CC1502 #CC1502 #F4805C #E49880
#E48F16 #F4A83C #F5AC43 #F5C279
#F3CD33 #F3D55D #F8DF7A #F6E8B2
#91C90B #A3E010 #88EA66 #BFF6AC
#3337E5 #77A8F1 #B0CDF8 #D2DFF2
#940FC5 #CE65F5 #E2ACF6 #EBDEF0
#000000 #808080 #C0C0C0 #FFFFFF


FONT SIZES

1   2   3   4   5   6   7  

<font size=NUMBER>text here text here </font>

OTHER TEXT CODES

Bold<b> Bold</b>

Strikout <s>Strikeout</s>

SuperScript <sup>Super</sup>Script

SubScript <sub>Sub</sub>Script

Underline <u>Underline</u>

Italic <i>Italic</i>