Sail E0 Webinar

MCQs

Total Questions : 180 | Page 17 of 18 pages
Question 161. Which syntax is used to describe elements in CSS?
  1.    Protectors
  2.    Selectors
  3.    Both Protectors and Selectors
  4.    None of the mentioned
 Discuss Question
Answer: Option B. -> Selectors
Question 162. What does the following code snippet mean?
#log>span
  1.    Span child after log declaration
  2.    Specific span child of id greater than log
  3.    Span child less than log
  4.    Any span child of the element with id as log
 Discuss Question
Answer: Option D. -> Any span child of the element with id as log
Question 163. Which of the following is the ultiate element selection method?
  1.    querySelectorAll()
  2.    querySelector()
  3.    queryAll()
  4.    query()
 Discuss Question
Answer: Option A. -> querySelectorAll()
Question 164. The C in CSS stands for
  1.    Continuous
  2.    Cascaded
  3.    Contentional
  4.    Cascading
 Discuss Question
Answer: Option D. -> Cascading
Question 165. Which of the following is the Web application equivalent to querySelectorAll()?
  1.    #()
  2.    &()
  3.    $()
  4.    None of the mentioned
 Discuss Question
Answer: Option C. -> $()
Question 166. The latest version of CSS is
  1.    CSS1
  2.    CSS2
  3.    CSS3
  4.    CSS4
 Discuss Question
Answer: Option C. -> CSS3
Question 167. Which of the following is the default positioning elements with CSS?
  1.    relative
  2.    static
  3.    absolute
  4.    none of the mentioned
 Discuss Question
Answer: Option B. -> static
Question 168. Which of the following is an example of a Shortcut Property?
  1.    border
  2.    font
  3.    text
  4.    all of the mentioned
 Discuss Question
Answer: Option D. -> all of the mentioned
Question 169. Which of the following property allows you to specify an element’s position with respect to the browser window?
  1.    relative
  2.    fixed
  3.    static
  4.    absolute
 Discuss Question
Answer: Option B. -> fixed
Question 170. Which property lays the element according to the normal flow?
  1.    relative
  2.    absolute
  3.    fixed
  4.    static
 Discuss Question
Answer: Option A. -> relative

Latest Videos

Latest Test Papers