Take as many assements as you can to improve your validate your skill rating
Total Questions: 20
1. Which of the following moves an element from its current position?
Correct Answer is : all of the mentioned
2. Which of the following will rotate an element clockwise or counter-clockwise?
Correct Answer is : All of the mentioned
3. Which of the following increases or decreases the size of element?
Correct Answer is : pseudo-class
4. What skews an element along X and Y-axis?
Correct Answer is : position
5. What combines all the 2D transform methods into one?
Correct Answer is : Inline Styles
6. What does not affect the element itself?
Correct Answer is : TRUE
7. Which of the following media feature describes the number of entries in the color lookup table of the output device
Correct Answer is : background-attachment
8. Which of the following Viewport Property sets the initial scaling factor?
Correct Answer is : background-color
9. Which of the following Viewport Property determines whether the display can be zoomed in
and out?
Correct Answer is : border-right-color
10. Which of the following @viewport Property sets the viewport height in the same way as width?
Correct Answer is : border-spacing
11. Which of the following @viewport Property locks the document in the specified orientation, portrait or landscape?
Correct Answer is : border-img
12. Which of the following Media Query describe the ratio of the device width to the device height of the media?
Correct Answer is : border-top
13. Which of the following Media Query determines if output is grid, like a simple terminal or phone, or bitmap, like a standard monitor or printer?
Correct Answer is : set-shadow
14. Which of the following Media Query describes the scanning method of a TV?
Correct Answer is : none of the mentioned
15. Which of the following Media Query determines if output is monochrome and how many bits are used for gray display?
Correct Answer is : scrollbar-darkshadow-color
16. A media query consists of a media type and zero or more expressions that check for the conditions of particular media features. State true or false.
Correct Answer is : scrollbar-shadow-color
17. ___________ describes CSS properties to manipulate the position of “ruby”, which are small annotations on top of or next to words, especially common in Chinese and Japanese.
Correct Answer is : border-bottom
18. ___________ has a grammar but unlike traditional (X)HTML it is not defined with a document type definition.
Correct Answer is : border-bottom-width
19. What will be the output of following code snippet?
h1 {color: red text-decoration: underline; font-style: italic;}
Correct Answer is : border-collapse
20. What will be the output of below mentioned code snippet?
h1 {color: "green";}