Css in Random level
/20
0
:
0
Submit
Total 20 question (100 marks)
1. What is CSS ?
2. How do you make the text bold?
3. Which of the following property specifies the top padding of an element?
4. How do you display hyperlinks without an underline?
5. What property would you use to change the list style to show roman numerals instead of normal numbers?
6. What does RGBa mean? for example: h1{ color: rbga(0,0,0,.5);}
7. What does RGBa mean?
8. How to add text shadow using CSS3?
9. If you wanted to position an element to the right in its container, what is a valid CSS
10. Has CSS3 been fully supported by all browsers?
11. Does the box-shadow support all browsers?
12. How to create transition effects using CSS3?
13. Where is one way to embed a CSS file into an HTML file ?
14. What is command below has the highest priority?
15. How do you select an element with id 'heading'?
16. What is mean of syntax bellow in css? * [class^=col] { color: red; }
17. How to force a word wrap using CSS3?
18. Which HTML tag is used to define an internal style sheet?
19. What is the worst way to style an element using CSS?
20. Which of the following HTML attribute is used to define inline styles?
Next
Previous