6
0
Quick Reference
} } Right curly brace
{ { Left curly brace
© © Copyright
¢ ¢ Cent sign
< < Less than
= = Equals sign
> > Greater than
? ? Question mark
@ @ Commercial at
¼ ¼ Fraction one-fourth
½ ½ Fraction one-half
¾ ¾ Fraction three-fourths
Read More
6
0
background: #color url(‘image.png’) repeat x y attachment;
Color: #ff0000 or red
URL: path to file
Repeat: repeat-x repeat-y no-repeat repeat
X = horizontal 10px 50% left right
Y = verticle 10px 50% top bottom
attachment: fixed
{code type=css}background: #006699 url(‘image.png’) no-repeat 0 0 fixed;{/code}
Typical Browsers Default Font Sizes
H1 – 32px – Bold
H2 – 24px – Bold
H3 – 20px – Bold
H4 – 18px – Bold
H5 – 13px – Bold
H6 – 11px – Bold
normal – 16px
{code type=css}
ul.circle {list-style-type:circle}
ul.square {list-style-type:square}
Read More







Twitter
Subscribe
Follow US