CSS Questions

0 votes, 0 avg
557

CSS Questions

1 / 15

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

2 / 15

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

3 / 15

3. Three of these choices are tue about class selectors. Which is NOT true?

4 / 15

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

5 / 15

5. Which of the following Viewport Property determines whether the display can be zoomed in and out?

6 / 15

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

7 / 15

7. What is CSS?

8 / 15

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

9 / 15

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

10 / 15

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

11 / 15

11. What will be the output of the following CSS code snippet? span {
border: 1px solid red;
outline: green dotted thick;
}

12 / 15

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

13 / 15

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

14 / 15

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

15 / 15

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

Your score is

The average score is 49%

0%

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

Scroll to Top