This Quiz contains totally 10 Questions each carry 1 point for you.
1. Which of the following property specifies the look and design of an outline?
outline-style
outline-font
outline
None of the above
Correct!
Wrong!
2. Which of the following are valid CSS position property values?
static
relative
fixed
All the above
Correct!
Wrong!
3. What does the inherit value for a property do?
Inherits the value of the parent element.
Invalid property name.
Changes the value of the parent element’s property.
None of the above
Correct!
Wrong!
4. Setting an inline-block in CSS requires which of the following properties?
display
color
block
none
Correct!
Wrong!
5. Which of the following CSS property is used for controlling the layout?
display
color
block
none
Correct!
Wrong!
6. Which of the following CSS property specifies the origin of the background image?
background-origin
background-size
origin
None
Correct!
Wrong!
7. How are custom fonts defined using CSS?
@font-face rule.
Custom fonts cannot be defined.
src tags.
None of these
Correct!
Wrong!
8.Which of the following are parts of the CSS box model?
padding
Borders
Margins
All the above
Correct!
Wrong!
9. Which of the following components of the CSS box model are transparent?
padding
Margins
Both 1 &2
content
Correct!
Wrong!
10. What will be the width of the div element given below?
div {
width: 310px;
padding: 20px;
border: 5px solid blue;
margin: 0;
}
310px
350px
360px
None
Correct!
Wrong!
Share the quiz to show your results !
Subscribe to see your results
Ignore & go to results
Loading...