CSS Questions

0 votes, 0 avg
551

CSS Questions

1 / 15

1. What type of CSS is generally recommended for designing large web pages?

2 / 15

2. CSS is written in which language?

3 / 15

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

4 / 15

4. Which statement regarding icon fonts is true?

5 / 15

5. In the example below, when will the color pink be applied to the anchor element? a:active{ color:pink; }

6 / 15

6. When using flexbox, the ‘justify-content’ property can be used to distribute the space between the flex items along the main axis. Which value should be used to evenly distribute the flex items within the container shown below.

7 / 15

7. Which of the following will insert generated content in the counter?

8 / 15

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

9 / 15

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

10 / 15

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

11 / 15

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

12 / 15

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

13 / 15

13. Which of the following property sets the background image to scroll or not to scroll with its associated element’s content?

14 / 15

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

15 / 15

15. Using an attribute selector, how would you select an a tag element with a ‘title’ attribute?

Your score is

The average score is 49%

0%

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

Scroll to Top