Css in Easy level
/20
0
:
0
Submit
Total 20 question (100 marks)
1. What does RGBa mean?
2. What does CSS stand for?
3. Which of the following property specifies the top padding of an element?
4. An external style sheet is ideal when the style is applied to:
5. When using the padding property; are you allowed to use negative values?
6. What is the correct HTML for referring to an external style sheet?
7. The _____________ selector is used to specify a style for a single, unique element.
8. What is CSS ?
9. How to set background image for a div tag?
10. Has CSS3 been fully supported by all browsers?
11. Which of the following defines a measurement in inches?
12. How do you display a border like this: The top border = 10 pixels The bottom border = 5 pixels The
13. Look at the code. What piece of code is missing when make a text shadow? #basicTextShadow p{ text-shadow: 1px
14. The _____ specifies whether a border should be solid, dashed line, dotted line, double line, groove, etc.
15. What does RGBa mean? for example: h1{ color: rbga(0,0,0,.5);}
16. How do you select elements with class name 'test'?
17. Does the box-shadow support all browsers?
18. How do you select all p elements inside a div element?
19. Which CSS property controls the text size?
20. How do you make each word in a text start with a capital letter?
Next
Previous