css-exam

0 votes, 0 avg
548

CSS Questions

1 / 15

1. Which property specifies where the background image is positioned?

2 / 15

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

3 / 15

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

4 / 15

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

5 / 15

5. Which of the following properties will we use to display border around a cell without any content.?

6 / 15

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

7 / 15

7.  Which variable defines the data type of the content in CSS?

8 / 15

8. What type of CSS is generally recommended for designing large web pages?

9 / 15

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

10 / 15

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

11 / 15

11. What will be the output of the following CSS code snippet? span {
border: 1px solid red;
outline: green dotted thick;
}

12 / 15

12. The CSS property used to set the distance between the borders of the adjacent cells in the table is__________

13 / 15

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

14 / 15

14. If a particular should never be overridden by another rule, the _______ indication should be used.

15 / 15

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

Your score is

The average score is 49%

0%

Scroll to Top