Sail E0 Webinar

MCQs

Total Questions : 129 | Page 10 of 13 pages
Question 91. How do I remove the underline from a link using CSS?
  1.    a {underline: none;}
  2.    a {text-decoration: none;}
  3.    a {style: none;}
  4.    link {underline: none;}
 Discuss Question
Answer: Option B. -> a {text-decoration: none;}
Question 92. Which is the Value in the CSS?p {color: red;}
  1.    p
  2.    color
  3.    red
  4.    All of above
 Discuss Question
Answer: Option C. -> red
Question 93. Which is the correct way to specify the color of a paragraph of text?
  1.    p { color:#ff0000; }
  2.    p { text-color:#ff0000; }
  3.    p { font-color: #ff0000; }
  4.    None of these
 Discuss Question
Answer: Option A. -> p { color:#ff0000; }
Question 94. ____________ is a programmable electronic device that can store, retrieve and process data
  1.    CPU
  2.    Monitor
  3.    Computer
  4.    None of these
 Discuss Question
Answer: Option C. -> Computer
Question 95. What flexbox property positioning would be used to align the items?
  1.    align-content
  2.    align-items
  3.    flex-flow
  4.    flex-direction
 Discuss Question
Answer: Option B. -> align-items
Question 96. It is a type of memory that store data but it will deleted after the CSU is restarted or turned off
  1.    Volatile memory
  2.    Non-volatile memory
  3.    memory
  4.    Extra memory
 Discuss Question
Answer: Option A. -> Volatile memory
Question 97. What property changes the border space of the container?
  1.    margin
  2.    border
  3.    padding
  4.    Both A & B
 Discuss Question
Answer: Option B. -> border
Question 98. A ___________ is an icon, graphic, or text that links to another file or object
  1.    hyperlink
  2.    HTML Tags
  3.    browser
 Discuss Question
Answer: Option A. -> hyperlink
Question 99. A ________ is a software program to present and explore content on the World Wide Web
  1.    Word Processor
  2.    Browser
  3.    HTTP
  4.    attribute
 Discuss Question
Answer: Option B. -> Browser
Question 100. The _______ _______is used to change the appearance and position of various elements on a web page
  1.    tag
  2.    tag
  3.    URL link
  4.    tag
 Discuss Question
Answer: Option D. -> tag

Latest Videos

Latest Test Papers