css-exam

0 votes, 0 avg
557

CSS Questions

1 / 15

1.  Which of the following will display a speech bubble pop-up?

2 / 15

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

3 / 15

3. Identify the outline property that specifies the amount of area extended beyond the border box.

4 / 15

4. What is the difference between the margin and padding properties?

5 / 15

5. Which of the following media query describe output style portrait if height is greater than or equal to width, landscape if the opposite?

6 / 15

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

7 / 15

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

8 / 15

8. Which model includes margin, border, padding, and content?

9 / 15

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

10 / 15

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

11 / 15

11. Which of the following property will be used to display border around a cell without any content?

12 / 15

12. What is the role of pseudo-class in CSS

13 / 15

13. What is CSS?

14 / 15

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

15 / 15

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

Your score is

The average score is 49%

0%

Scroll to Top