Home / Programming Questions / CSS MCQs / Page 1

CSS MCQs with answers Page - 1

Dear candidates you will find MCQ questions of CSS here. Learn these questions and prepare yourself for coming examinations and interviews. You can check the right answer of any question by clicking on any option or by clicking view answer button.
Share your questions by clicking Add Question

Q. Which of the following measurement represent seconds?

(A) second
(B) sec
(C) se
(D) s

Q. Which of the following selector is used to select elements that are read-only. When applied to form elements, this would select fields with the readonly attribute set?

(A) :read-only
(B) :required
(C) :target
(D) :valid

Q. Which of the following selector is used to selects the element that is the root of the document?

(A) ::selection
(B) :only-of-type
(C) :target
(D) :root

Q. Which of the following selector is used to selects the element that is the nth child of its parent?

(A) :last-of-type
(B) :first-of-type
(C) :nth-child(n)
(D) ::first-line

Q. Which of the following selector is used to selects the element that is the first child of its parent that is of its type?

(A) :last-of-type
(B) :first-of-type
(C) ::first-line
(D) :nth-child(n)

Q. Which of the following selector is used to selects the elements that are the default among a set of similar elements?

(A) :default
(B) ::after
(C) :checked
(D) :disabled

Q. Which of the following selector is used to selects siblings?

(A) :checked
(B) ::after
(C) E[attr^=value].
(D) E ~ F

Q. What module expands the absolute and relative units of measure, including significant changes to support animation and aural changes with time (s and ms) and angle (deg and rad) values?

(A) Template Layout
(B) Transitions
(C) Values and Units
(D) None of these

Login

Forgot username? click here

Forgot password? Click here

Don't have account? Register here.