Css in Easy level
/20
0
:
0
Submit
Total 20 question (100 marks)
1. How do you display a border like this: The top border = 10 pixels The bottom border = 5 pixels The
2. What does RGBa mean?
3. Which of the following property specifies the top padding of an element?
4. The ____________ property specifies the stack order of an element
5. Which property is used to change the background color?
6. How do you insert a comment in a CSS file?
7. Does the box-shadow support all browsers?
8. Which CSS property controls the text size?
9. When using the padding property; are you allowed to use negative values?
10. How many ways to embed a CSS file into an HTML file?
11. Which CSS property is used to change the text color of an element?
12. The CSS links properties are:
13. What is the correct CSS syntax for making all the <p> elements bold?
14. Where we should place an external css file?
15. Which of the following syntax is correct when writing CSS ?
16. What is mean of syntax div, p{ } in css?
17. What is the correct HTML for referring to an external style sheet?
18. What does RGBa mean? for example: h1{ color: rbga(0,0,0,.5);}
19. Which of the following HTML attribute is used to define inline styles?
20. Where is one way to embed a CSS file into an HTML file ?
Next
Previous