css-exam

0 votes, 0 avg
551

CSS Questions

1 / 15

1. In the below code snippet, in what order will the margins be added? p {
margin: 25px 50px 75px 100px;
}

2 / 15

2. Which of the following property will be used to display border around a cell without any content?

3 / 15

3. If a particular should never be overridden by another rule, the _______ indication should be used.

4 / 15

4. Which of these functions is the 2D transformation in the matrix format?

5 / 15

5. If we want to show an Arrow as cursor, then which value we will use?

6 / 15

6. Which of the following CSS Property selects an animation defined in an @keyframes rule and applies it to the element?

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?

8 / 15

8. Which of the following CSS selectors are used to specify a group of elements?

9 / 15

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

10 / 15

10. The CSS property that is equivalent to the align attribute is:

11 / 15

11. IF we want to wrap a block of text around an image, which css property will we use?

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?

13 / 15

13. What type of CSS is generally recommended for designing large web pages?

14 / 15

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

15 / 15

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

Your score is

The average score is 49%

0%

Scroll to Top