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 CSS Property defines the x-coordinate of the background-position property?

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

2. What module defines the handling of lists, including marker styles and some aspects of counters?

Line Layout
Media Queries
Lists
Namespaces

3. Which of the following property is used to apply visual effects to associated elements.

Alpha
BasicImage
Filter
Blur

4. Which of the following display property value is described by treats the element as inline?

inline-block
list-item
block
inline

5. column-style property is a shorthand definition of the number of columns and their widths in a multicolumn text flow

TRUE
FALSE
Can be true or false
Can not say

6. ___________ selects the HTML element by name.

element selector
Class Selector
Universal Selector
Group Selector

7. An id is not always unique within the page so it is chosen to select a single, unique element.

TRUE
FALSE
Can be true or false
Can not say

8. Positioning attributes top, bottom, left and right are used to determine the exact location

TRUE
FALSE
Can be true or false
Can not say

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

absolute
static
fixed
relative

10. Which of the following selectors selects adjacent siblings?

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

Results