CSS3 Fundamentals MCQ Questions And Answers
This section focuses on "CSS3 Fundamentals" in Cascading Style Sheets (CSS). These Multiple Choice Questions (mcq) should be practiced to improve the Cascading Style Sheets (CSS) skills required for various interviews (campus interviews, walk-in interviews, company interviews), placements, entrance exams and other competitive examinations.
1. Which of the following Module is not available in CSS2?
A. Namespaces
B. Selectors Level 3
C. Both A and B
D. None of the above
View Answer
Ans : C
Explanation: The main difference between css2 and css3 is follows : Media Queries, Namespaces, Selectors Level 3, Color.
2. CSS3 is collaboration of CSS2 specifications and new specifications, we can called this collaboration isĀ ?
A. Box Model
B. 2D Module
C. 3D Module
D. Module
View Answer
Ans : D
Explanation: CSS3 is collaboration of CSS2 specifications and new specifications, we can called this collaboration isĀ module
3. Which of the following measurement represent seconds?
A. s
B. se
C. sec
D. second
View Answer
Ans : A
Explanation: #a2 {transition-property: color; transition-duration: 1s;}
4. Which of the following Module is not available in CSS3.
A. fonts
B. DOMs
C. Backgrounds and Borders
D. Color
View Answer
Ans : B
Explanation: The Document Object Model (DOM) is a programming API for HTML and XML documents. It defines the logical structure of documents and the way a document is accessed and manipulated.
5. What module defines the handling of lists, including marker styles and some aspects of counters?
A. Line Layout
B. Media Queries
C. Lists
D. Namespaces
View Answer
Ans : C
Explanation: Lists module defines the handling of lists, including marker styles and some aspects of counters.
6. Which of the following property defines the resampling method to use when stretching images?
A. interpolation-mode
B. layout-grid
C. ime-mode
D. image-rendering
View Answer
Ans : D
Explanation: Syntax: image-rendering: auto | inherit
7. Which of the following property is used to apply visual effects to associated elements.
A. Alpha
B. BasicImage
C. Filter
D. Blur
View Answer
Ans : C
Explanation: Syntax:
filter: filtername(filtervalues) ... filtername(filtervalues)
8. column-rule-color property defines the color of any rules between columns in a multicolumn text flow?
A. TRUE
B. FALSE
C. Can be true or false
D. Can not say
View Answer
Ans : A
Explanation: True, column-rule-color property defines the color of any rules between columns in a multicolumn text flow
9. column-style property is a shorthand definition of the number of columns and their widths in a multicolumn text flow
A. TRUE
B. FALSE
C. Can be true or false
D. Can not say
View Answer
Ans : B
Explanation: False, columns property is a shorthand definition of the number of columns and their widths in a multicolumn text flow
10. column-rule-style property defines the width of a rule between columns in a multicolumn text flow?
A. TRUE
B. FALSE
C. Can be true or false
D. Can not say
View Answer
Ans : B
Explanation: column-rule-width property defines the width of a rule between columns in a multicolumn text flow
Discussion