Home > MCQs > IT & Programming > CSS 3 MCQs

CSS 3 MCQ

CSS 3 Quick Quiz

Question 1 of 10
  • Do you have to use -webkit- for border images in CSS3?

    Answer & Explanation

    Correct Answer: Yes

    Note: This Question is unanswered, help us to find answer for this one

  • How would you add three columns to a page using CSS3

    Answer & Explanation

    Correct Answer: div { -webkit-column-count: 3 /* Chrome, Safari, Opera*/ -moz-column-count: 3 /* Firefox */ column-count:3; }

    Note: This Question is unanswered, help us to find answer for this one

  • After assigning a value to a property you should end the statement with a:

    Answer & Explanation

    Correct Answer: Semi-colon

    Note: This Question is unanswered, help us to find answer for this one

  • Pseudo-classes are used to represent ___________________.

    Answer & Explanation

    Correct Answer: Dynamic Events

    Note: This Question is unanswered, help us to find answer for this one

  • CSS3 allows us to specify an inset text-shadow, similar to box-shadow.

    Answer & Explanation

    Correct Answer: True

    Note: This Question is unanswered, help us to find answer for this one

  • True or False? The word-wrap and overflow-wrap properties have the same effects.

    Answer & Explanation

    Correct Answer: False

    Note: This Question is unanswered, help us to find answer for this one

  • How can you apply a "bounce" effect to an element?

    Answer & Explanation

    Correct Answer: Both answers are correct.

    Note: This Question is unanswered, help us to find answer for this one

  • Can you rotate images in CSS3 and if you can what is the right method to do so?

    Answer & Explanation

    Correct Answer: Yes, rotate

    Note: This Question is unanswered, help us to find answer for this one

  • Which of the following options below has the correct CSS syntax?

    Answer & Explanation

    Correct Answer: p {color:red; text-align:center;}

    Note: This Question is unanswered, help us to find answer for this one

  • What would a:link be an example of?

    Answer & Explanation

    Correct Answer: pseudo-class

    Note: This Question is unanswered, help us to find answer for this one

  • CSS 3 Quick Quiz

    battery

    Poor Results!

    You need a lot of improvement.

    Just don't give up!

    Correct Answers: 0/10

    Start Practicing with our MCQs given below.