css-exam

0 votes, 0 avg
547

CSS Questions

1 / 15

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

2 / 15

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

3 / 15

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

4 / 15

4. How do you comment in CSS file?

5 / 15

5. What is CSS?

6 / 15

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

7 / 15

7. Which of the following is not a browser-specific versions of linear-gradient()?

8 / 15

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

9 / 15

9. What scales the background image as large as possible?

10 / 15

10.  Which of the following property influences the horizontal alignment of an element, making it “float” toward the left or right margin of its containing element?

11 / 15

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

12 / 15

12. Which of the following Color Format is a CSS2 introduced named color keywords which allows Web page colors to be matched to an operating system’s color use?

13 / 15

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

14 / 15

14. Which statement regarding icon fonts is true?

15 / 15

15. Which of the following property of a table element specifies whether the browser should control the appearance of the adjacent borders that touch each other or whether each cell should maintain its style?

Your score is

The average score is 49%

0%

Scroll to Top