css-exam

0 votes, 0 avg
551

CSS Questions

1 / 15

1. What is CSS?

2 / 15

2. From the choices given below, select the correct oredr to code css pseudo-classes.

3 / 15

3. How would you make the first letter of every paragraph on the page red?

4 / 15

4.  Which of the following CSS property defines the different properties of all four sides of an element’s border in a single declaration?

5 / 15

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

6 / 15

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

7 / 15

7. What will be the output of the following CSS code snippet? span {
border: 1px solid red;
outline: green dotted thick;
}

8 / 15

8. What is the role of pseudo-class in CSS

9 / 15

9. Which statement about block and inline elements is true?

10 / 15

10. When using position fixed, what will the element always be positioned relative to?

11 / 15

11. Which of the following selector selects the element that is the first child of its parent that is of its type?

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. If we want to show an Arrow as cursor, then which value we will use?

14 / 15

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

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