css-exam 0 votes, 0 avg 560 123456789101112131415 CSS Questions 1 / 15 1. Which of the following Viewport Property determines whether the display can be zoomed in and out? A. scale B. set-scale C. adjust-scale D. user-scalable 2 / 15 2. 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 3 / 15 3. Which of the following properties will we use to display border around a cell without any content.? A. empty-cell B. blank-cell C. noncontent-cell D. void-cell 4 / 15 4. When using position fixed, what will the element always be positioned relative to? A. the closest element with position:relative B. the viewport C. the parent element D. the wrapper element 5 / 15 5. Which of the following will insert generated content in the counter? A. content B. counter-reset C. counter-increment D. counter() 6 / 15 6. Which of the following function adjusts the difference between light and dark values, for use by the filter property? A. contrast() B. dark() C. saturation() D. brightness() 7 / 15 7. Which of the following Property controls the display of small caps? A. font-size B. font-variant C. font-style D. font-weight 8 / 15 8. Which of the following property influences the horizontal alignment of an element, making it “float” toward the left or right margin of its containing element? A. float B. float-left C. float-right D. float-align 9 / 15 9. Which variable defines the data type of the content in CSS? A. data_type B. content_type C. http_cookie D. http_user_agent 10 / 15 10. What changes the shadow from an outer shadow? A. initial B. inset C. inherit D. offset 11 / 15 11. 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 12 / 15 12. If we want to show an Arrow as cursor, then which value we will use? A. pointer B. default C. arrow D. cursor 13 / 15 13. What will be the output of the following CSS code snippet? span { border: 1px solid red; outline: green dotted thick; } A. All span elements will have a green thick border and a red outline B. All span elements will have a red border and a green dotted outline C. All span elements will have a outer green dotted border and an inner red border D. All span elements will have an outer red border and inner green dotted border 14 / 15 14. 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 15 / 15 15. Which one can animate the width of search input when get focus? A. focus B. outline C. transition D. color Your score isThe average score is 49% LinkedIn Facebook VKontakte 0% Restart quiz By Wordpress Quiz plugin