Basic Css - Study Mode
[#66] The first CSS specification to become an official W3C Recommendation is ___________
Correct Answer
(D) CSS level 1
Explanation
Solution: 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.
[#67] ________ first became a Candidate Recommendation on February 25, 2004, but it was reverted to a Working Draft on June 13, 2005 for further review.
Correct Answer
(D) CSS level 2.1
Explanation
Solution: 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.
[#68] There is no single, integrated ____________________ because it is split into separate modules.
Correct Answer
(D) CSS4 specification
Explanation
Solution: Here is no single, integrated CSS4 specification,[42] because it is split into separate modules. However, there are “level 4” modules.
[#69] Unlike CSS 2, which is a large single specification defining various features?
Correct Answer
(C) CSS level 3
Explanation
Solution: 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.
[#70] ___________ describes CSS properties to manipulate the position of “ruby”, which are small annotations on top of or next to words, especially common in Chinese and Japanese.
Correct Answer
(B) ruby
Explanation
Solution: Ruby describes CSS properties to manipulate the position of “ruby”, which are small annotations on top of or next to words, especially common in Chinese and Japanese. They are often used to give the pronunciation or meaning of difficult ideograms.