Css in Random level
/20
0
:
0
Submit
Total 20 question (100 marks)
1. Does the box-shadow support all browsers?
2. What is mean of syntax bellow in css? * [class=col] { color: red; }
3. Has CSS3 been fully supported by all browsers?
4. What property would you use to change the list style to show roman numerals instead of normal numbers?
5. What is the correct CSS syntax for making all the <p> elements bold?
6. What does RGBa mean? for example: h1{ color: rbga(0,0,0,.5);}
7. How can you created rounded corners using CSS3?
8. The ____________ property specifies the stack order of an element
9. The different ways to associate styles with an HTML document are:
10. How to import custome font family in css3?
11. How do you group selectors?
12. How do you display hyperlinks without an underline?
13. Which of the following syntax is correct when writing CSS ?
14. Which CSS property is used to change the text color of an element?
15. How to add more padding to a block but not increase width of it.
16. The _____ property indicates whether a cell without any content should have a border displayed.
17. What is command below has the highest priority?
18. How do you select elements with class name 'test'?
19. If you wanted to position an element to the right in its container, what is a valid CSS
20. How do you make the text bold?
Next
Previous