Sail E0 Webinar

MCQs

Total Questions : 129 | Page 8 of 13 pages
Question 71. Which of the following color has this value #ff0000?
  1.    blue
  2.    green
  3.    red
  4.    yellow
 Discuss Question
Answer: Option C. -> red
Question 72. Which of the following is correct about CSS?
  1.    CSS is used to control the style of a web document in a simple and easy way.
  2.    CSS is the acronym for "Cascading Style Sheet".
  3.    You can write CSS once and then reuse same sheet in multiple HTML pages
  4.    All of the above
 Discuss Question
Answer: Option D. -> All of the above
Question 73. Which of the following is a component of CSS style rule?
  1.    Selector
  2.    Property
  3.    Value
  4.    All of the above
 Discuss Question
Answer: Option D. -> All of the above
Question 74. Which of the following selector matches all elements of a type?
  1.    The Type Selector
  2.    The Universal Selector
  3.    The Descendant Selector
  4.    The Class Selector
 Discuss Question
Answer: Option A. -> The Type Selector
Question 75. Which of the following selector matches a particular element only when it lies inside a particular element?
  1.    The Type Selector
  2.    The Universal Selector
  3.    The Descendant Selector
  4.    The Class Selector
 Discuss Question
Answer: Option C. -> The Descendant Selector
Question 76. Which of the following selector selects all paragraph elements with a lang attribute?
  1.    p[lang]
  2.    p[lang="fr"]
  3.    p[lang~="fr"]
  4.    p[lang|="fr"]
 Discuss Question
Answer: Option A. -> p[lang]
Question 77. Which of the following defines a measurement as a percentage relative to another value, typically an enclosing element?
  1.    %
  2.    cm
  3.    em
  4.    ex
 Discuss Question
Answer: Option A. -> %
Question 78. Which of the following defines 1% of viewport height?
  1.    px
  2.    vh
  3.    vw
  4.    vmin
 Discuss Question
Answer: Option B. -> vh
Question 79. Which of the following is correct about Hex Code format of CSS colors?
  1.    The first two digits(RR) represent a red value.
  2.    The next two are a green value(GG).
  3.    The last are the blue value(BB).
  4.    All of the above
 Discuss Question
Answer: Option D. -> All of the above
Question 80. System is a combination of components working together
  1.    True
  2.    False
 Discuss Question
Answer: Option A. -> True

Latest Videos

Latest Test Papers