CSS Quiz


Play this quiz that will help you to excel in CSS certification exams, placements etc. This CSS quiz consist of 10 questions that you need to solve in 10 minutes. We’ve specially designed this quiz so that you can quickly acquaint to the pattern of questions you can be asked in placement drives, certification exams etc. This test enables you to assess your knowledge of CSS.

Take the Free Practice Test



CSS MCQs

Practice CSS MCQ Questions, which will help you to understand the websites designing related concepts.

CSS Quiz

Try Free CSS Quiz, to start a quiz you need to login first, after login you will get start quiz button and then by clicking on that you can start quiz. You will get 10 Minutes to answer all questions.

CSS Quiz

1. Which of the following Module is not available in CSS2?

Namespaces
Selectors Level 3
Both A and B
None of the above

2. Which of the following CSS Property specifies the x-coordinate in the position of the mask?

mask-x
mask-x-origin
mask-position-x
mask-origin-x

3. Which of the following selectors selects direct descendents?

E > F
E < F
E + F
E - F

4. In CSS, styling elements can be done by ?

id
class
tag
All of the above

5. CSS is the acronym for?

Color Style Sheets
Cascade Sheets Style
Cascade Style Sheet
Cascading Style Sheets

6. Which of the following selectors selects adjacent siblings?

E > F
E < F
E + F
E - F

7. A similar rule called the ____________ is specified using the plus sign (+) and is used to select elements that would be siblings of each other.

class selectors
adjacent-sibling selector
attribute selectors
None of the above

8. Which of the following CSS Property defines the x-coordinate of the background-position property?

background-position-x
background-position-y
background-x-axis
background-y-axis

9. In Absolute position, If there is no parent element, these elements are set to be _______ to the page.

absolute
static
fixed
relative

10. External stylesheets are stored in CSS files

TRUE
FALSE
Can be true or false
Can not say

Results