CSS Knowledge

  • What is CSS
  • External CSS

  • CSS Table
  • CSS span
  • CSS a
  • CSS input
  • CSS HR
  • CSS align
  • CSS LI
  • CSS ul
  • CSS width
  • CSS overflow
  • CSS justify
  • Css Two Column
  • Css blockquote

  • CSS flash
  • More others

    Javascript
    CSS
    PHP

     

    CSS width


    CSS width Property

    The width property sets the width of an element.

    Inherited: No

    Example

     

    img
    {
    width: 100%
    }

     

    Possible Values

     

    Value

    Description

    auto

    The browser calculates the actual width

    %

    Defines the width in % of the parent element's width

    length

    Defines the width in px, cm, etc. 

     





















     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

  • Javascript |