CSS Questions

0 votes, 0 avg
557

CSS Questions

1 / 15

1. IF we want to wrap a block of text around an image, which css property will we use?

2 / 15

2. Which one can animate the width of search input when get focus?

3 / 15

3. If we want to show an Arrow as cursor, then which value we will use?

4 / 15

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

5 / 15

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

6 / 15

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

7 / 15

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

8 / 15

8. Which Event Will Be Used When A Connection To The Server Is Opened.

9 / 15

9. Which of the following property will be used to display border around a cell without any content?

10 / 15

10. Which of the following attributes is used to specify elements to bind style rules to?

11 / 15

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

12 / 15

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

13 / 15

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

14 / 15

14. Which value specifies a transition effect with a slow start, then fast, then end slowly?

15 / 15

15. What is the use of Pseudo-classes In CSS?

Your score is

The average score is 49%

0%

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

Scroll to Top