css-exam

0 votes, 0 avg
549

CSS Questions

1 / 15

1. Identify the outline property that specifies the amount of area extended beyond the border box.

2 / 15

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

3 / 15

3. Which of the following is used to specify the subscript of text using CSS?

4 / 15

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

5 / 15

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

6 / 15

6. There are many properties that can be used to align elements and create page layouts such as float,postion,flexbox and grid. Out of these four properties, which one should be used to align a global navigation bar which stays fixed at the top of the page?

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. Which of the following property controls the horizontal overflow of a block or inline block?

9 / 15

9. How do you comment in CSS file?

10 / 15

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

11 / 15

11. What is the use of Pseudo-classes In CSS?

12 / 15

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

13 / 15

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

14 / 15

14. The default value of "position" attribute is___________

15 / 15

15. If we don't want to allow a floating div to the left side of an element, which CSS property will we use?

Your score is

The average score is 49%

0%

Scroll to Top