Blog Archives


Sep
6

0


Quick Reference } &#125; Right curly brace { &#123; Left curly brace © &#169; Copyright ¢ &#162; Cent sign < &#060; Less than = &#061; Equals sign > &#062; Greater than ? &#063; Question mark @ &#064; Commercial at ¼ &#188; Fraction one-fourth ½ &#189; Fraction one-half ¾ &#190; Fraction three-fourths
Read More

Sep
6

CSS Reference

Posted in CSS by Admin

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