css-exam 0 votes, 0 avg 559 123456789101112131415 CSS Questions 1 / 15 1. If we want to show an Arrow as cursor, then which value we will use? A. pointer B. default C. arrow D. cursor 2 / 15 2. Which of the following CSS property defines how an image or video fits into container with established height and width? A. object-fit B. object-contain C. object-cover D. position:fixed 3 / 15 3. Which of the following CSS selectors are used to specify a group of elements? A. tag B. id C. class D. both id and class 4 / 15 4. The default value of "position" attribute is___________ A. fixed B. absolute C. inherit D. relative 5 / 15 5. IF we want to wrap a block of text around an image, which css property will we use? A. wrap B. push C. float D. align 6 / 15 6. Which of the following attributes is used to specify elements to bind style rules to? A. Id B. Class C. Tag D. all of the above 7 / 15 7. What is the correct syntax for referring an external CSS? A. <link rel="stylesheet" type="text/css" href="style.css"/> B. <style rel="stylesheet" type="text/css" href="style.css"></style> C. <script rel="stylesheet" type="text/css" href="style.css"></script> D. none of the above 8 / 15 8. Which of the following CSS Property determines whether an animation should run in reverse on some cycles? A. animation B. animation-run C. animation-repeat D. none of the above 9 / 15 9. From the choices given below, select the correct oredr to code css pseudo-classes. A. link,visited,hover,active B. hover,link,active,visited C. link,hover,visited,active D. link,hover,active,visited 10 / 15 10. What is the difference between the margin and padding properties? A. Margin adds space around and inside of an element; Padding adds space only inside on an element. B. Margin adds space around an element; Padding adds space inside of an element. C. Margin adds a line around element; Padding adds space inside of an element. D. Margin adds space inside of an element; Padding adds space around an element. 11 / 15 11. If a particular should never be overridden by another rule, the _______ indication should be used. A. !important! B. important! C. !important D. ?important 12 / 15 12. Which of the following property of a table element specifies whether the browser should control the appearance of the adjacent borders that touch each other or whether each cell should maintain its style? A. :border-collapse B. :border-spacing C. :caption-side D. :empty-cells 13 / 15 13. Which CSS property is used for controlling the layout? A. Header B. Footer C. Display D. Cascade 14 / 15 14. Which of the following CSS property specifies the look and design of an outline? A. outline-style B. outline-format C. outline-font D. none of the mentioned 15 / 15 15. Which of the following Media Query describe the ratio of the device width to the device height of the media? A. device-aspect B. device-aspect-ratio C. device-aspect-query D. none of the above Your score isThe average score is 49% LinkedIn Facebook VKontakte 0% Restart quiz By Wordpress Quiz plugin