Css in Easy level
/20
0
:
0
Submit
Total 20 question (100 marks)
1. Which property is used to change the left margin of an element?
2. How to resize a background image using CSS3?
3. How do you group selectors?
4. Which of the following syntax is correct when writing CSS ?
5. What is the worst way to style an element using CSS?
6. The _____ specifies whether a border should be solid, dashed line, dotted line, double line, groove, etc.
7. How to add text shadow using CSS3?
8. Where we should place an external css file?
9. Which CSS property is used to change the text color of an element?
10. How can you created rounded corners using CSS3?
11. Which HTML attribute is used to define inline styles?
12. What property do you use to create spacing between HTML elements?
13. What does CSS stand for?
14. How do you display hyperlinks without an underline?
15. How do you select all p elements inside a div element?
16. What does RGBa mean? for example: h1{ color: rbga(0,0,0,.5);}
17. __________ is a property that allows developers to add rounded corners on the design elements.
18. How to force a word wrap using CSS3?
19. How do you select elements with class name 'test'?
20. The different ways to associate styles with an HTML document are:
Next
Previous