CSS : Selectors
/20
0
:
0
Submit
Total 20 question (100 marks)
1. What property would you use to change the list style to show roman numerals instead of normal numbers?
2. How do you make a list that lists its items with squares?
3. What is the correct Syntax for importing a stylesheet in CSS?
4. Internet Explorer uses the _____ property to create transparent images.
5. The _____________ selector is used to specify a style for a single, unique element.
6. What is mean of syntax div, p{ } in css?
7. Look at the code. What piece of code is missing when make a text shadow? #basicTextShadow p{ text-shadow: 1px
8. What is mean of syntax bellow in css? * a[href*=".docx"] { color: red; }
9. For users that use the tab key to navigate websites, what property shows moving from one element to
10. What is mean of syntax div ~ p { } in css?
11. What is mean of syntax bellow in css? * [class^=col] { color: red; }
12. What is mean of syntax div p{ } in css?
13. What is mean of syntax bellow in css? * [class=col] { color: red; }
14. What does RGBa mean?
15. The font-size value can be an absolute, or relative size.
16. What is the default value of the position property?
17. What property would you use to set an image instead of a standard bullet in a list?
18. What is mean of syntax bellow in css? * a[href$=".docx"] { color: red; }
19. What is mean of syntax div + p { } in css?
20. What is mean of syntax bellow in css? * [class~=col] { color: red; }
Next
Previous