css-exam

0 votes, 0 avg
560

CSS Questions

1 / 15

1. Which of the following CSS property specifies the look and design of an outline?

2 / 15

2. Choose the option that correctly specifies the output of the following CSS. span {
border: 1px solid red;
outline: green dotted thick;
}

3 / 15

3. Which selector do we use to specify the rule for binding some particular unique element?

4 / 15

4. Which of the following is the Color Format that is the CSS3 HSL value with a fourth value to set the alpha channel value for the color to define the opacity of the element?

5 / 15

5. Which of the following selector selects an element if it’s the only child of its parent?

6 / 15

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

7 / 15

7. Which of the following CSS Property determines whether an animation should run in reverse on some cycles?

8 / 15

8. Which statement regarding icon fonts is true?

9 / 15

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

10 / 15

10. Which of the following CSS property defines how an image or video fits into container with established height and width?

11 / 15

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

12 / 15

12.  Which of the following selector matches the name of any element type?

13 / 15

13.  Which of the following Media Query describe the ratio of the device width to the device height of the media?

14 / 15

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

15 / 15

15. Which Event Will Be Used When A Connection To The Server Is Opened.

Your score is

The average score is 49%

0%

Scroll to Top