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