CSS Questions

0 votes, 0 avg
550

CSS Questions

1 / 15

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

2 / 15

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

3 / 15

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

4 / 15

4. Which of the following is the Color Format that is the CSS3 HSL value with a fourth value to set the alpha channel value for the color to define the opacity of the element?

5 / 15

5. Which of the following CSS Gradient Functions sets the direction and colors of a gradient that fades from one color to the next in a straight line?

6 / 15

6. If a particular should never be overridden by another rule, the _______ indication should be used.

7 / 15

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

8 / 15

8. How do you comment in CSS file?

9 / 15

9. Which of the following selector selects the element that is the first child of its parent that is of its type?

10 / 15

10. 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.

11 / 15

11. Which statement regarding icon fonts is true?

12 / 15

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

13 / 15

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

14 / 15

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

15 / 15

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

Your score is

The average score is 49%

0%

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

Scroll to Top