CSS : Box Model
/20
0
:
0
Submit
Total 20 question (100 marks)
1. What ingredients are included in the width of a box?
2. How would you style an element so that the next element would appear right next to it not
3. What property do you use to create spacing between HTML elements?
4. What does RGBa mean? for example: h1{ color: rbga(0,0,0,.5);}
5. Which of the following property of a anchor element signifies unvisited hyperlinks?
6. How do you display a border like this: The top border = 10 pixels The bottom border = 5 pixels The
7. When using the padding property; are you allowed to use negative values?
8. __________ is a property that allows developers to add rounded corners on the design elements.
9. The _____ specifies whether a border should be solid, dashed line, dotted line, double line, groove, etc.
10. The ____________ property specifies the stack order of an element
11. How to add more padding to a block but not increase width of it.
12. What property can you use to set the spacing in between lines of text?
13. The _____ property indicates whether a cell without any content should have a border displayed.
14. What property would you use to create space between the element’s border and inner content?
15. Which of the following property specifies the top padding of an element?
16. Which property is used to change the left margin of an element?
17. If you wanted to position an element to the right in its container, what is a valid CSS
18. Box-Shadow is a property that allows developers to apply a....
19. Does the box-shadow support all browsers?
20. In vertical offsets for box shadows, the (-1) means that the box-shadow will be below the box?
Next
Previous