Css in Easy level
/20
0
:
0
Submit
Total 20 question (100 marks)
1. Which of the following syntax is correct when writing CSS ?
2. What is the worst way to style an element using CSS?
3. What does RGBa mean?
4. How do you select an element with id 'heading'?
5. How do you select elements with class name 'test'?
6. How do you add shadow to elements in CSS3?
7. What is mean of syntax div p{ } in css?
8. Look at the code. What piece of code is missing when make a text shadow? #basicTextShadow p{ text-shadow: 1px
9. Can you have multiple box-shadows?
10. The ____________ property specifies the stack order of an element
11. Which CSS property is used to change the text color of an element?
12. Which property is used to change the left margin of an element?
13. Which of the following HTML attribute is used to define inline styles?
14. How do you group selectors?
15. How do you insert a comment in a CSS file?
16. How do you make the text bold?
17. Which property is used to change the font of an element?
18. How to set background image for a div tag?
19. What is the correct Syntax for importing a stylesheet in CSS?
20. __________ is a property that allows developers to add rounded corners on the design elements.
Next
Previous