css-exam

0 votes, 0 avg
557

CSS Questions

1 / 15

1. The CSS property that is equivalent to the align attribute is:

2 / 15

2. Which of the following property of a anchor element signifies unvisited hyperlinks?

3 / 15

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

4 / 15

4. Which of the following will provide date pickers?

5 / 15

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

6 / 15

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

7 / 15

7. The default value of "position" attribute is___________

8 / 15

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

9 / 15

9. Which of the following selector selects an element if it’s the only child of its parent?

10 / 15

10. There are many properties that can be used to align elements and create page layouts such as float,postion,flexbox and grid. Out of these four properties, which one should be used to align a global navigation bar which stays fixed at the top of the page?

11 / 15

11.  Which of the following selector matches the name of any element type?

12 / 15

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

13 / 15

13. What scales the background image as large as possible?

14 / 15

14. The __________ rule makes it possible to define different style rules for different media types in the same stylesheet.

15 / 15

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

Your score is

The average score is 49%

0%

Scroll to Top