Sail E0 Webinar

MCQs

Total Questions : 129 | Page 9 of 13 pages
Question 81. What are the three types of style sheet
  1.    Internal, external, inline
  2.    Inline, internal, extreme
  3.    Insidious, internal, external
  4.    None of the above
 Discuss Question
Answer: Option A. -> Internal, external, inline
Question 82. Refers to the physical components of the computer system
  1.    Hardware
  2.    Software
  3.    Peopleware
  4.    All of above
 Discuss Question
Answer: Option A. -> Hardware
Question 83. When you use id selectorWhat should present infront of idname
  1.    ?
  2.    @
  3.    #
  4.    .
 Discuss Question
Answer: Option C. -> #
Question 84. When you use class selectorWhat should present infront of classname
  1.    #
  2.    &
  3.    @
  4.    .
 Discuss Question
Answer: Option D. -> .
Question 85. The style that you are applying to a selector, e
  1.    Keyword
  2.    Value
  3.    Property
  4.    Length Units
 Discuss Question
Answer: Option C. -> Property
Question 86. What is this an example of?/* This is a multi-line comment */
  1.    Syntax
  2.    Property 
  3.    Value
  4.    Comment
 Discuss Question
Answer: Option D. -> Comment
Question 87. What does the position:fixed style do when styling an image?
  1.    Pins an image in one place on the browser window even when the user scrolls the page content.
  2.    Sizes an image to a fixed size no matter how big the user expands the browser.
  3.    Places an image in a specific spot on the page relative to the text before it
  4.    Places an image based on the users scroll position
 Discuss Question
Answer: Option A. -> Pins an image in one place on the browser window even when the user scrolls the page content.
Question 88. Which is the correct way to format a Font Family for a paragraph?
  1.    p { font-face: Arial; }
  2.    p { family-font: Arial; }
  3.    p { font-family: Arial; }
  4.    p { font: Arial; }
 Discuss Question
Answer: Option C. -> p { font-family: Arial; }
Question 89. Which CSS code is incorrect?
  1.    a {color: blue;}
  2.    p {font-size: 10px;}
  3.    body {background-color="red";}
  4.    img {width: 100%;}
 Discuss Question
Answer: Option C. -> body {background-color="red";}
Question 90. Which is the property in this CSS?p {color: red;}
  1.    p
  2.    color
  3.    red
  4.    none of the above
 Discuss Question
Answer: Option B. -> color

Latest Videos

Latest Test Papers