css-exam

0 votes, 0 avg
551

CSS Questions

1 / 15

1. Which selector do we use to specify the rule for binding some particular unique element?

2 / 15

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

3 / 15

3. The default value of "position" attrubute is?

4 / 15

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

5 / 15

5. Which of the following selector selects an element if it’s the only child of its parent?

6 / 15

6. Which of the following CSS Gradient Functions sets the direction and colors of a gradient that fades from one color to the next in a straight line?

7 / 15

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

8 / 15

8. If we want to show an Arrow as cursor, then which value we will use?

9 / 15

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

10 / 15

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

11 / 15

11. What is CSS?

12 / 15

12. Three of these choices are tue about class selectors. Which is NOT true?

13 / 15

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

14 / 15

14. Which of the following Property controls the display of small caps?

15 / 15

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

Your score is

The average score is 49%

0%

Scroll to Top