CSS Questions

0 votes, 0 avg
547

CSS Questions

1 / 15

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

2 / 15

2.  Which of the following property sets list-style-type, list-style-position, and liststyle-image?

3 / 15

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

4 / 15

4. Which of the following is not value for the font-stretch(Font descriptor)?

5 / 15

5. Which of the following will provide date pickers?

6 / 15

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

7 / 15

7. Which of these would give a block element rounded corners?

8 / 15

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

9 / 15

9. Which of the following Color Format is a CSS2 introduced named color keywords which allows Web page colors to be matched to an operating system’s color use?

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 the following syntax is correct in CSS to make each word of a sentence start with a capital letter?

12 / 15

12. The default value of “position” attribute is___________

13 / 15

13. Which property specifies where the background image is positioned?

14 / 15

14. Which of the following CSS Property defines which property values to apply to the element before the animation begins (if delayed) and after it ends?

15 / 15

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

Your score is

The average score is 49%

0%

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

Scroll to Top