css-exam

0 votes, 0 avg
548

CSS Questions

1 / 15

1. When we write < img src="img.png" > , what "img.png" inside double quote implies?

2 / 15

2. Which of the following CSS property is used to specify the space between every letter inside an element?

3 / 15

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

4 / 15

4. Which Of The Following Selector Selects An Element That Has No Children?

5 / 15

5. Which of the following CSS3 property specifies the sequential navigation order for an element?

6 / 15

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

7 / 15

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

8 / 15

8. Which of the following Viewport Property determines whether the display can be zoomed in and out?

9 / 15

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

10 / 15

10. Which of the following media feature describes the number of entries in the color lookup table of the output device

11 / 15

11. Which value specifies a transition effect with a slow start, then fast, then end slowly?

12 / 15

12. Which of the following will insert generated content in the counter?

13 / 15

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

14 / 15

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

15 / 15

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

Your score is

The average score is 49%

0%

Scroll to Top