CSS Questions

0 votes, 0 avg
543

CSS Questions

1 / 15

1. 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?

2 / 15

2. Which of the following attributes is used to specify elements to bind style rules to?

3 / 15

3. Which of the following CSS Property defines which property values to apply to the element before the animation begins (if delayed) and after it ends?

4 / 15

4. 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?

5 / 15

5. In the following media query example, what conditions are being targeted? @media(min-width:1024px),screen and (orientation: landscape){…..}

6 / 15

6. Which one of these is NOT an appropriate value for the font-variant property?

7 / 15

7. Which of the following media query describe output style portrait if height is greater than or equal to width, landscape if the opposite?

8 / 15

8. Which statement regarding icon fonts is true?

9 / 15

9. What will be the output of following CSS code snippet? h1 {color: red text-decoration: underline; font-style: italic;}

10 / 15

10. Which CSS property is used for controlling the layout?

11 / 15

11. The __________ rule makes it possible to define different style rules for different media types in the same stylesheet.

12 / 15

12. Which value specifies a transition effect with a slow start, then fast, then end slowly?

13 / 15

13. Which property specifies where the background image is positioned?

14 / 15

14. The CSS property used to set the distance between the borders of the adjacent cells in the table is__________

15 / 15

15. When we write < img src="img.png" > , what “img.png” inside double quote implies?

Your score is

The average score is 49%

0%