css-exam 0 votes, 0 avg 551 123456789101112131415 CSS Questions 1 / 15 1. In the below code snippet, in what order will the margins be added? p { margin: 25px 50px 75px 100px; } A. Top, Right, Bottom, Left B. Top, Left, Bottom, Right C. Top, Bottom, Right, Left D. Right, Left, Top, Bottom 2 / 15 2. Which of the following property will be used to display border around a cell without any content? A. Noncontent-cell B. Blank-cell C. Empty-cell D. Void-cell 3 / 15 3. If a particular should never be overridden by another rule, the _______ indication should be used. A. !important! B. important! C. !important D. ?important 4 / 15 4. Which of these functions is the 2D transformation in the matrix format? A. perspective B. matrix3d() C. matrix2d() D. matrix() 5 / 15 5. If we want to show an Arrow as cursor, then which value we will use? A. pointer B. default C. arrow D. cursor 6 / 15 6. Which of the following CSS Property selects an animation defined in an @keyframes rule and applies it to the element? A. animation B. animation-name C. animation-element D. none of the above 7 / 15 7. Suppose we want to arrange 5 no of divs so that div4 is placed above div1. Now, which css property will we use to control the order of stack? A. d-index B. s-index C. x-index D. z-index 8 / 15 8. 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 9 / 15 9. Which one of these is NOT an appropriate value for the font-variant property? A. small-caps B. large-caps C. default D. inherit 10 / 15 10. The CSS property that is equivalent to the align attribute is: A. text-align B. float C. text-align and float D. center 11 / 15 11. 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 12 / 15 12. Which of the following Color Format is a CSS2 introduced named color keywords which allows Web page colors to be matched to an operating system’s color use? A. System Color Names B. HSLa Color C. Commonly defined named colors D. Specificationdefined named colors 13 / 15 13. What type of CSS is generally recommended for designing large web pages? A. Inline B. Internal C. External D. none of the above 14 / 15 14. The __________ rule makes it possible to define different style rules for different media types in the same stylesheet. A. audio/video B. sink C. @media D. @canvas 15 / 15 15. What will be the output of following CSS code snippet? h1 {color: red text-decoration: underline; font-style: italic;} A. color: red, text-decoration: underline works B. only font-style: italic works C. color: red, text-decoration: underline and font-style: italic all works D. text-decoration: underline and font-style: italic works Your score isThe average score is 49% LinkedIn Facebook VKontakte 0% Restart quiz By Wordpress Quiz plugin