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