Css in Random level
/20
0
:
0
Submit
Total 20 question (100 marks)
1. How do you select all p elements inside a div element?
2. What is mean of syntax bellow in css? * [class=col] { color: red; }
3. Which of these are valid CSS3 transformation statements.
4. What property do you use to create spacing between HTML elements?
5. How do you add shadow to elements in CSS3?
6. Some HTML elements have multiple states, like the link, how do you give it a particular style when
7. Which HTML tag is used to define an internal style sheet?
8. How would you style an element so that the next element would appear right next to it not
9. What is mean of syntax bellow in css? * [class~=col] { color: red; }
10. What property would you use to change the list style to show roman numerals instead of normal numbers?
11. Which CSS property is used to change the text color of an element?
12. How do you select an element with id 'heading'?
13. What is the correct CSS syntax for making all the <p> elements bold?
14. For users that use the tab key to navigate websites, what property shows moving from one element to
15. How do you insert a comment in a CSS file?
16. What is mean of syntax bellow in css? * a[href$=".docx"] { color: red; }
17. What are the first three values of text-shadow in order?
18. What is mean of syntax div, p{ } in css?
19. How can you created rounded corners using CSS3?
20. How to resize a background image using CSS3?
Next
Previous