CSS Multiple Choice Questions & Answers on CSS Versions for Freshers

https://www.computersprofessor.com/2017/11/css-multiple-choice-questions-answers_23.html
1. What is the CSS Extension Prefixes for WebKit?
a) -webkit
b) -o-
c) -web
d) -chrome
Answer: a
2. What is the CSS Property Equivalent for the attribute
?
a) color
b) margin
c) align
d) none
b) margin
c) align
d) none
Answer: b
Explanation: Values for margin such as auto generally are used when centering blocks with textalign for content.
3. What is the CSS Property Equivalent for the align attribute?
a) float
b) text-align
c) centre
d) both (a) and (b)
Answer: a
Explanation: In the case of some elements such as>,
4. What is the latest version of css available?
a) CSS2
b) CSS3
c) CSS3.1
d) CSS4
Answer: b
5. What is the CSS Property Equivalent for the attribute >
a) font-family
b) font-size
c) color
d) all of the mentioned
b) font-size
c) color
d) all of the mentioned
Answer: b
6. What is the CSS Property Equivalent for the attribute
Answer: c
Explanation: Not supported in all browsers.
7. The first CSS specification to become an official W3C Recommendation is ___________
a) (X)HTML CSS
b) CSS level 2
c) CSS level 2.1
d) CSS level 1
Answer: d
Explanation: The first CSS specification to become an official W3C Recommendation is CSS level 1, published on December 17, 1996. Håkon Wium Lie and Bert Bos are credited as the original developers.
8. _________ first became a Candidate Recommendation on February 25, 2004, but it was reverted to a Working Draft on June 13, 2005 for further review.
a) CSS level 1
b) CSS level 2
c) CSS level 3
d) CSS level 2.1
Answer: d
Explanation: CSS level 2 revision 1, often referred to as “CSS 2.1”, fixes errors in CSS 2, removes poorly supported or not fully interoperable features and adds already implemented browser extensions to the specification. To comply with the W3C Process for standardizing technical specifications, CSS 2.1 went back and forth between Working Draft status and Candidate Recommendation status for many years. CSS 2.1 first became a Candidate Recommendation on February 25, 2004, but it was reverted to a Working Draft on June 13, 2005 for further review.
9. There is no single, integrated ____________________ because it is split into separate modules.
a) CSS1 specification
b) CSS2 specification
c) CSS3 specification
d) CSS4 specification
Answer: d
Explanation: Here is no single, integrated CSS4 specification,[42] because it is split into separate modules. However, there are “level 4” modules.
10. Unlike CSS 2, which is a large single specification defining various features?
a) CSS level 1
b) CSS level 2
c) CSS level 3
d) CSS level 2.1
Answer: c
Explanation: Unlike CSS 2, which is a large single specification defining various features, CSS 3 is divided into several separate documents called “modules”. Each module adds new capabilities or extends features defined in CSS 2, preserving backward compatibility.