Css in Random level
1
/20
0
:
0
Submit
Total 20 question (100 marks)
1. How to re-size/scale objects using CSS3?
2. Look at the code. What piece of code is missing when make a text shadow? #basicTextShadow p{ text-shadow: 1px
3. How would you style table rows to have alternating background colors?
4. Which of the following defines a measurement in inches?
5. Which CSS property controls the text size?
6. How to you modify a border image using CSS3?
7. Box-Shadow is a property that allows developers to apply a....
8. Which CSS property is used to change the text color of an element?
9. What does RGBa mean?
10. How do four values work on border-radius?
11. What does the a stand for in RGBa?
12. What does RGBa mean? for example: h1{ color: rbga(0,0,0,.5);}
13. The different ways to associate styles with an HTML document are:
14. What is the correct CSS syntax for making all the <p> elements bold?
15. How do you group selectors?
16. Which property is used to change the background color?
17. Choose some Pseudo-elements in CSS below
18. Which HTML attribute is used to define inline styles?
19. What is mean of syntax bellow in css? * a[href$=".docx"] { color: red; }
20. Which of the following property of a anchor element signifies unvisited hyperlinks?
1.
How to re-size/scale objects using CSS3?
A
scale: (2,4);
B
None of them
C
transform: scale(2,4);
D
scale-object: 2,4;
Next
Previous
You are need login before take this quiz.
Login