CSS Questions

0 votes, 0 avg
551

CSS Questions

1 / 15

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

2 / 15

2. Which of the following property controls the horizontal overflow of a block or inline block?

3 / 15

3. Which of the following is the correct syntax to display the hyperlinks without any underline?

4 / 15

4. Which of the following media feature describes the number of entries in the color lookup table of the output device

5 / 15

5. What is CSS?

6 / 15

6. Which of the following CSS Property selects an animation defined in an @keyframes rule and applies it to the element?

7 / 15

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

8 / 15

8. Which value specifies a transition effect with a slow start, then fast, then end slowly?

9 / 15

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

10 / 15

10. When adding transparency styles, what is the difference between using the opacity property versus the background property with rgba() value?

11 / 15

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

12 / 15

12. Which CSS property is used for controlling the layout?

13 / 15

13. The default value of “position” attrubute is?

14 / 15

14. Which of the following CSS property defines how an image or video fits into container with established height and width?

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%

Written by Shubhranshu Shekhar, who has trained 20000+ students in coding.

Scroll to Top