css-exam

0 votes, 0 avg
557

CSS Questions

1 / 15

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

2 / 15

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

3 / 15

3. Which of the following will provide date pickers?

4 / 15

4. When using flexbox, the 'justify-content' property can be used to distribute the space between the flex items along the main axis. Which value should be used to evenly distribute the flex items within the container shown below.

5 / 15

5. Which of the following is not value for the font-stretch(Font descriptor)?

6 / 15

6.  Which of the following will display a speech bubble pop-up?

7 / 15

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

8 / 15

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

9 / 15

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

10 / 15

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

11 / 15

11. Which model includes margin, border, padding, and content?

12 / 15

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

13 / 15

13. Which of the following syntax is correct in CSS to make each word of a sentence start with a capital letter?

14 / 15

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

15 / 15

15. Which one can animate the width of search input when get focus?

Your score is

The average score is 49%

0%

Scroll to Top