Css in Random level
/20
0
:
0
Submit
Total 20 question (100 marks)
1. How do you display hyperlinks without an underline?
2. Which of the following value of cursor shows it as an arrow?
3. __________ is a property that allows developers to add rounded corners on the design elements.
4. If you wanted to position an element to the right in its container, what is a valid CSS
5. How to re-size/scale objects using CSS3?
6. When using the padding property; are you allowed to use negative values?
7. How to rotate objects using CSS3?
8. What is mean of syntax bellow in css? * [class^=col] { color: red; }
9. Which of the following property of a anchor element signifies unvisited hyperlinks?
10. How can you created rounded corners using CSS3?
11. What is command below has the highest priority?
12. What is mean of syntax bellow in css? * a[href*=".docx"] { color: red; }
13. What is the worst way to style an element using CSS?
14. What is the property used to set the class’s text color?
15. For users that use the tab key to navigate websites, what property shows moving from one element to
16. The different ways to associate styles with an HTML document are:
17. Where is one way to embed a CSS file into an HTML file ?
18. How do you select elements with class name 'test'?
19. Some HTML elements have multiple states, like the link, how do you give it a particular style when
20. How would you style an element so that the next element would appear right next to it not
Next
Previous