Sail E0 Webinar

MCQs

Total Questions : 160 | Page 12 of 16 pages
Question 111. Which of the following property allows long words to be able to be broken and wrap onto the next line?
  1.    line-wrap
  2.    break-word
  3.    word-wrap
  4.    word-break
 Discuss Question
Answer: Option C. -> word-wrap
Question 112. Which of the following CSS property can be used to provide the flex-direction and flex-wrap properties?
  1.    flex
  2.    flex-flow
  3.    flex-wrap
  4.    all of the mentioned
 Discuss Question
Answer: Option B. -> flex-flow
Question 113. Choose the CSS property which specifies the placement of a table caption.
  1.    table-caption
  2.    cell-caption
  3.    caption-side
  4.    caption-adjust
 Discuss Question
Answer: Option C. -> caption-side
Question 114. Which of the following property aligns the flexible container’s items when the items do not use all available space on the main-axis?
  1.    wrap-content
  2.    fix-content
  3.    adjust-content
  4.    justify-content
 Discuss Question
Answer: Option D. -> justify-content
Question 115. Which of the following specifies how much the item will grow relative to the rest of the flexible items inside the same container?
  1.    flex-scale
  2.    flex-size
  3.    flex-grow
  4.    flex-flow
 Discuss Question
Answer: Option C. -> flex-grow
Question 116. If a particular rule should never be overridden by another rule, the ____________ indication should be used.
  1.    @important
  2.    !important!
  3.    !important
  4.    important!
 Discuss Question
Answer: Option C. -> !important
Question 117. Which of the following option a rule consists of?
  1.    Tag
  2.    Selector
  3.    Declaration
  4.    Both (C) and (D)
 Discuss Question
Answer: Option D. -> Both (C) and (D)
Question 118. Which of the following option a declaration consist of?
  1.    Tag
  2.    Property
  3.    Selector
  4.    Class
 Discuss Question
Answer: Option B. -> Property
Question 119. The ______________ is the link between the HTML document and the style. It specifies what elements are affected by the declaration.
  1.    Tag
  2.    Selector
  3.    Declaration
  4.    Class
 Discuss Question
Answer: Option B. -> Selector
Question 120. How a style sheet can be glued to the HTML document?
  1.    Import a style sheet using the CSS @import notation.
  2.    Apply the basic, document-wide style sheet for the document by using the style element
  3.    Link an external style sheet to the document using the link elemen
  4.    All of the mentioned
 Discuss Question
Answer: Option D. -> All of the mentioned

Latest Videos

Latest Test Papers