(11) CSS Objective Type Questions and Answers

  1. 1995

  2. 1996

  3. 1997

  4. 1998

View Answer
  1. eot

  2. ttf

  3. svg

  4. wfof

View Answer
  1. margin-top:20px;

    margin-bottom:15px;

    margin-right:10px;

    margin-left:5px;

  2. margin-top:20px;

    margin-right:15px;

    margin-bottom:10px;

    margin-left:5px;

  3. margin-top:20px;

    margin-left:15px;

    margin-bottom:10px;

    margin-right:5px;

  4. None of the above

View Answer
  1. .mx-auto {
      margin-right: auto !important;
      margin-left: auto !important;
    }

  2. .mx-auto {
      margin-right: auto !important;
    }

  3. .mx-auto {
      margin:0 auto;
    }

  4. .mx-auto {
      margin-top: auto;
      margin-bottom: auto;
    }

View Answer
  1. opacity

  2. visibility

  3. display

  4. transparency

View Answer
  1. font-family

  2. text-font

  3. font

  4. typeface

View Answer
  1. text-size

  2. font-size

  3. text-style

  4. font-style

View Answer
  1. border-radius

  2. rounded-corners

  3. corner-radius

  4. border-style

View Answer
  1. border-style

  2. style

  3. border

  4. border-type

View Answer
  1. box-shadow

  2. shadow

  3. text-shadow

  4. element-shadow

View Answer