css-exam

0 votes, 0 avg
559

CSS Questions

1 / 15

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

2 / 15

2. What changes the shadow from an outer shadow?

3 / 15

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

4 / 15

4. In the example below, when will the color pink be applied to the anchor element? a:active{ color:pink; }

5 / 15

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

6 / 15

6. Which of the following property sets the background image to scroll or not to scroll with its associated element’s content?

7 / 15

7. The default value of "position" attribute is___________

8 / 15

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

9 / 15

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

10 / 15

10. Which of the following function adjusts the difference between light and dark values, for use by the filter property?

11 / 15

11. Suppose we want to arrange 5 no of divs so that div4 is placed above div1. Now, which css property will we use to control the order of stack?

12 / 15

12. Which of the following property of a anchor element signifies unvisited hyperlinks?

13 / 15

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

14 / 15

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

15 / 15

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

Your score is

The average score is 49%

0%

Scroll to Top