How the various rules evaluated in CSS?



VARIOUS RULES ASSOCIATED WITH CSS
1.FONT-
a.     font- family:””
b.    font-style: normal, italic
c.      font-weight: normal, bold, bolder, 100, 200 pixel
2. TEXT-
   a. text-align:”right”.
   b. text-decoration: Underline, over line, line-through, blink.
   c. text-transformation: capitalize, uppercase, lowercase.
   d. letter-spacing: 12 pixel
3.Color-
    a. color: color name.
4. BACKGROUND-
  a. background-color:”red”
  b. background-image:”url”
  c. background-repeat:
  d. background-position:
5. BORDER-
  a. border-style: none, dotted, dashed, solid, double, inset, outset.
  b. border-width: thin, medium,& thick, or pixels.
  c. border-color: “color name”
6. MARGIN-
  a. margin-top etc.
7. LIST PROPERTIES-
  a. list-style-type: disc, circle, square, decimal, lower-alpha, upper-alpha,   
                                 lower-roman,  upper-roman.
  b. list-style-image(unordered only): URL(“”)

Comments

Popular posts from this blog

Write a program to add two number using inline function in C++?

Traversing of elements program with algorithm and Flowchart