Css in Easy level
/20
0
:
0
Submit
Total 20 question (100 marks)
1. What is mean of syntax bellow in css? * [class=col] { color: red; }
2. How many ways to embed a CSS file into an HTML file?
3. What is mean of syntax div, p{ } in css?
4. How do you display hyperlinks without an underline?
5. Which HTML tag is used to define an internal style sheet?
6. What does RGBa mean? for example: h1{ color: rbga(0,0,0,.5);}
7. How to add text shadow using CSS3?
8. Which CSS property controls the text size?
9. What is the correct Syntax for importing a stylesheet in CSS?
10. Which property is used to change the background color?
11. What property do you use to create spacing between HTML elements?
12. How do you insert a comment in a CSS file?
13. When using the padding property; are you allowed to use negative values?
14. The different ways to associate styles with an HTML document are:
15. How can you created rounded corners using CSS3?
16. How to resize a background image using CSS3?
17. What is mean of syntax div p{ } in css?
18. Which of the following defines a measurement in inches?
19. Can you have multiple box-shadows?
20. How do you make each word in a text start with a capital letter?
Next
Previous