Sail E0 Webinar

MCQs

Total Questions : 129 | Page 11 of 13 pages
Question 101. The ______ ______ is an inline element used to designate a holding space for linked images
  1.    tag
  2.    tag
  3.    tag
  4.    tag
 Discuss Question
Answer: Option D. -> tag
Question 102. The _____ ______ is a block element used to designate a list that is either numbered or alphabetical
  1.    tag
  2.    tag
  3.    tag
  4.    tag
 Discuss Question
Answer: Option D. -> tag
Question 103. Which is the correct syntax to set the unordered-list item marker to a square
 Discuss Question
Answer: Option D. -> tag
Question 104. Within an HTML tag, an _________ dictates certain aspects of an element
  1.    attribute
  2.    properties
  3.    color
  4.    class
 Discuss Question
Answer: Option A. -> attribute
Question 105. ____ ____ is an inline HTML element that defines a hyperlink
  1.    tag
  2.    tag
  3.    tag
  4.    tag
 Discuss Question
Answer: Option D. -> tag
Question 106. You can customize each side of the border
  1.    TRUE
  2.    FALSE
 Discuss Question
Answer: Option A. -> TRUE
Question 107. Which CSS code create a white and dotted styled border
  1.    h3 {border: 10px white pink;}
  2.    h3 {border: 10px dotted gold;}
  3.    h3 {border: 10px white dotted;}
  4.    h3 {border: 10px dotted white;}
 Discuss Question
Answer: Option D. -> h3 {border: 10px dotted white;}
Question 108. What is the CSS syntax?
  1.    selector { property:value; }:
  2.    selector { property:value; }:
  3.    selector { property_value; }
  4.    selector { property?value; }:
 Discuss Question
Answer: Option B. -> selector { property:value; }:
Question 109. Which of the property changes the width, style and color of the right border?
  1.    border-top
  2.    border-bottom
  3.    border-right
  4.    border-left
 Discuss Question
Answer: Option C. -> border-right
Question 110. What property changes the outside space of the container?
  1.    padding
  2.    margin
  3.    display
  4.    None of these
 Discuss Question
Answer: Option B. -> margin

Latest Videos

Latest Test Papers