CSS Questions

0 votes, 0 avg
559

CSS Questions

1 / 15

1. Which of the following is the correct syntax to display the hyperlinks without any underline?

2 / 15

2. Which of the following is used for spread radius?

3 / 15

3. Which of the following will provide date pickers?

4 / 15

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

5 / 15

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

6 / 15

6. In the following media query example, what conditions are being targeted? @media(min-width:1024px),screen and (orientation: landscape){…..}

7 / 15

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

8 / 15

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

9 / 15

9. Which of the following CSS Property sets the stacking order of positioned elements?

10 / 15

10. Which Of The Following Selector Selects An Element That Has No Children?

11 / 15

11. Suppose we want to arrange 5 no of divs so that div4 is placed above div1. Now, which css property will we use to control the order of stack?

12 / 15

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

13 / 15

13. Which of the following selector selects all element of E that have the attribute attr that end with the given value?

14 / 15

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

15 / 15

15. If we don’t want to allow a floating div to the left side of an element, which CSS property will we use?

Your score is

The average score is 49%

0%

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

Scroll to Top