CSS quiz and interview questions

Comprehensive CSS quiz and questions from basic to advanced level that help you to review your CSS knowledge and become the master of CSS. Please read the following question carefully and select the correct anwser, you have to make your choice before going to the next question.

Recent added questions

  • In CSS,select the property used to set the background color of an image?

  • In CSS, Select the property to set an image in a list instead of a standard bullet?

  • In CSS, what is the correct option to select only the paragraphs with class name “warning”?
    <p class=”warning”>Don’t do it.</p>
    <p>Do it.</p>
    <p class=”warning”>Nooo, don’t do it.</p>

  • Select the property that is used to create spacing between HTML elements?

  • Select the property that is used to change the list style to show roman numerals instead of normal numbers?

  • In CSS, what is the correct option to select all the tags on a page?

  • In CSS, Select the appropriate option to style an element so that the next element would appear right next to it not underneath it if both elements widths were collectively smaller than the container element?

  • In CSS, choose the correct option to select this image by its id?

    <img id=”mainpic” src=”cat.png”>

View all CSS quiz questions

© 2017 QuizBucket.org