Sail E0 Webinar

MCQs

Total Questions : 14 | Page 1 of 2 pages
Question 1. Which of the following property sets the alignment of the last line of a text block?
  1.    overflow-wrap
  2.    text-align-last
  3.    text-transform
  4.    text-indent
 Discuss Question
Answer: Option B. -> text-align-last




Question 2. Which of the following Media Query describe the ratio of the device width to the device height of the media?
  1.    device-aspect
  2.    device-aspect-ratio
  3.    device-aspect-query
  4.    none of the above
 Discuss Question
Answer: Option C. -> device-aspect-query




Question 3. Which of the following property sets the width of an element's complete border?
  1.    border-width
  2.    width
  3.    border-depth
  4.    none of the above
 Discuss Question
Answer: Option A. -> border-width




Question 4. Which of the following property defines in a shorthand form the width, style, and color for the left border of an element?
  1.    border
  2.    border-style
  3.    border-left
  4.    none of the above
 Discuss Question
Answer: Option B. -> border-style




Question 5. Which of the following display property value is described by used internally by browsers to create list items. Of no practical value to web designers?
  1.    inline-block
  2.    list-item
  3.    group
  4.    none
 Discuss Question
Answer: Option B. -> list-item




Question 6. Which of the following property defines in a shorthand form the width, style, and color for the top border of an element?
  1.    border-style
  2.    border-height
  3.    border-width
  4.    border-top
 Discuss Question
Answer: Option D. -> border-top


Syntax: border-top: border-width border-style border-color;


Question 7. Which of the following property sets the width of an element's complete border?
  1.    border-width
  2.    width
  3.    border-depth
  4.    none of the above
 Discuss Question
Answer: Option A. -> border-width


Syntax: border-width: width


Question 8. Which CSS property can be used to set the image as border instead of the border style?
  1.    background-image
  2.    border-image
  3.    background-image-source
  4.    border-image-source
 Discuss Question
Answer: Option D. -> border-image-source


The border-image-source property specifies the path to the image to be used as a border (instead of the normal border around an element).


Question 9. Which of the following property is used to define whether an element should be resized and, if so, upon what axis?
  1.    axis
  2.    resize
  3.    set-origin
  4.    set-axis
 Discuss Question
Answer: Option B. -> resize




Question 10. Which of the following property specifies the look and design of an outline?
  1.    outline-font
  2.    outline-style
  3.    outline-format
  4.    none of the mentioned
 Discuss Question
Answer: Option B. -> outline-style


The outline-style CSS property is used to set the style of the outline of an element. An outline is a line that is drawn around elements, outside the border edge, to make the element stand out.


Latest Videos

Latest Test Papers