Css in Random level
/20
0
:
0
Submit
Total 20 question (100 marks)
1. Which property is used to change the font of an element?
2. Has CSS3 been fully supported by all browsers?
3. The font-size value can be an absolute, or relative size.
4. Which of the following defines a measurement in inches?
5. What is mean of syntax bellow in css? * a[href$=".docx"] { color: red; }
6. Which prefix do you need to get CSS3 properties to work on older Mozilla Firefox browsers?
7. Which of the following HTML attribute is used to define inline styles?
8. What is the correct CSS syntax for making all the <p> elements bold?
9. How to force a word wrap using CSS3?
10. Which of the following value of cursor shows it as an arrow?
11. For users that use the tab key to navigate websites, what property shows moving from one element to
12. Look at the code. What piece of code is missing when make a text shadow? #basicTextShadow p{ text-shadow: 1px
13. What is the correct HTML for referring to an external style sheet?
14. If you wanted to position an element to the right in its container, what is a valid CSS
15. The CSS links properties are:
16. What is mean of syntax bellow in css? * [class^=col] { color: red; }
17. How to add more padding to a block but not increase width of it.
18. How can you created rounded corners using CSS3?
19. Which of these are valid CSS3 transformation statements.
20. What does RGBa mean? for example: h1{ color: rbga(0,0,0,.5);}
Next
Previous