CommerceBasic Css MCQs
Practice Basic Css MCQs for competitive exams.
Basic Css MCQs
Practice questions from this topic.
What will happen in this case? h1 {color: "green";}
- A. heading becomes green
- B. heading becomes dark-green
- C. error occors
- D. nothings happen
Correct Answer: D
What will happen in this case? h1 {color: red text-decoration: underline; font-style: italic;}
- A. color: red, text-decoration: underline and font-style: italic all works
- B. text-decoration: underline and font-style: italic works
- C. color: red, text-decoration: underline works
- D. only font-style: italic works
Correct Answer: D
___________ has a grammar but unlike traditional (X)HTML it is not defined with a document type definition.
- A. CSS 1
- B. CSS 2
- C. CSS 2.1
- D. CSS 3
Correct Answer: C
___________ 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.
- A. align
- B. ruby
- C. lang
- D. text-align
Correct Answer: B
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
Correct Answer: C
There is no single, integrated ____________________ because it is split into separate modules.
- A. CSS1 specification
- B. CSS2 specification
- C. CSS3 specification
- D. CSS4 specification
Correct Answer: D
________ 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
Correct Answer: D
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
Correct Answer: D
What is the latest version of css available?
- A. CSS2
- B. CSS3
- C. CSS3.1
- D. CSS4
Correct Answer: B
What is the CSS Property Equivalent for the align attribute?
- A. float
- B. text-align
- C. centre
- D. both (A) and (B)
Correct Answer: A
What is the CSS Property Equivalent for the attribute ?
- A. color
- B. margin
- C. align
- D. none
Correct Answer: B
What is the CSS Extension Prefixes for WebKit?
- A. -webkit
- B. -o-
- C. -web
- D. -chrome
Correct Answer: A