css-exam

0 votes, 0 avg
551

CSS Questions

1 / 15

1. CSS is written in which language?

2 / 15

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

3 / 15

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

4 / 15

4. Which of the following is used for spread radius?

5 / 15

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

6 / 15

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

7 / 15

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

8 / 15

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

9 / 15

9. What is not a valid way of declaring a padding value of 10 pixels on the top and bottom, and 0 pixels on the left abd right?

10 / 15

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

11 / 15

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

12 / 15

12. Which of the following CSS3 property specifies the sequential navigation order for an element?

13 / 15

13. When using position fixed, what will the element always be positioned relative to?

14 / 15

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

15 / 15

15. What is CSS?

Your score is

The average score is 49%

0%

Scroll to Top