css-exam

0 votes, 0 avg
551

CSS Questions

1 / 15

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

2 / 15

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

3 / 15

3. Which of the following is not a browser-specific versions of linear-gradient()?

4 / 15

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

5 / 15

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

6 / 15

6.  Which variable defines the data type of the content in CSS?

7 / 15

7. The default value of "position" attribute is___________

8 / 15

8. What will be the output of following CSS code snippet? h1 {color: red text-decoration: underline; font-style: italic;}

9 / 15

9. When we write < img src="img.png" > , what "img.png" inside double quote implies?

10 / 15

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

11 / 15

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

12 / 15

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

13 / 15

13. What should be the table width, So that the width of the table adjust to the current width of the browser window?

14 / 15

14. From the choices given below, select the correct oredr to code css pseudo-classes.

15 / 15

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

Your score is

The average score is 49%

0%

Scroll to Top