Commerce

Basic 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";}

  1. A. heading becomes green
  2. B. heading becomes dark-green
  3. C. error occors
  4. D. nothings happen
Report Error

What will happen in this case? h1 {color: red text-decoration: underline; font-style: italic;}

  1. A. color: red, text-decoration: underline and font-style: italic all works
  2. B. text-decoration: underline and font-style: italic works
  3. C. color: red, text-decoration: underline works
  4. D. only font-style: italic works
Report Error

___________ has a grammar but unlike traditional (X)HTML it is not defined with a document type definition.

  1. A. CSS 1
  2. B. CSS 2
  3. C. CSS 2.1
  4. D. CSS 3
Report Error

___________ 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.

  1. A. align
  2. B. ruby
  3. C. lang
  4. D. text-align
Report Error

Unlike CSS 2, which is a large single specification defining various features?

  1. A. CSS level 1
  2. B. CSS level 2
  3. C. CSS level 3
  4. D. CSS level 2.1
Report Error

There is no single, integrated ____________________ because it is split into separate modules.

  1. A. CSS1 specification
  2. B. CSS2 specification
  3. C. CSS3 specification
  4. D. CSS4 specification
Report Error

________ first became a Candidate Recommendation on February 25, 2004, but it was reverted to a Working Draft on June 13, 2005 for further review.

  1. A. CSS level 1
  2. B. CSS level 2
  3. C. CSS level 3
  4. D. CSS level 2.1
Report Error

The first CSS specification to become an official W3C Recommendation is ___________

  1. A. (X)HTML CSS
  2. B. CSS level 2
  3. C. CSS level 2.1
  4. D. CSS level 1
Report Error

What is the latest version of css available?

  1. A. CSS2
  2. B. CSS3
  3. C. CSS3.1
  4. D. CSS4
Report Error

What is the CSS Property Equivalent for the align attribute?

  1. A. float
  2. B. text-align
  3. C. centre
  4. D. both (A) and (B)
Report Error

What is the CSS Property Equivalent for the attribute ?

  1. A. color
  2. B. margin
  3. C. align
  4. D. none
Report Error

What is the CSS Extension Prefixes for WebKit?

  1. A. -webkit
  2. B. -o-
  3. C. -web
  4. D. -chrome
Report Error