css-exam

0 votes, 0 avg
550

CSS Questions

1 / 15

1. Which of the following CSS Property sets the stacking order of positioned elements?

2 / 15

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

3 / 15

3. Which one is NOT the audio element’s attribute?

4 / 15

4. The CSS property that is equivalent to the align attribute is:

5 / 15

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

6 / 15

6. Which of the following CSS Gradient Functions creates a circular, and optionally sets its shape, size, and position?

7 / 15

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

8 / 15

8. Using an attribute selector, how would you select an a tag element with a 'title' attribute?

9 / 15

9. Which statement regarding icon fonts is true?

10 / 15

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

11 / 15

11. Which of the following syntax is correct in CSS to make each word of a sentence start with a capital letter?

12 / 15

12. Which of the following will provide date pickers?

13 / 15

13. IF we want to wrap a block of text around an image, which css property will we use?

14 / 15

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

15 / 15

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

Your score is

The average score is 49%

0%

Scroll to Top