css-exam

0 votes, 0 avg
560

CSS Questions

1 / 15

1. Which model includes margin, border, padding, and content?

2 / 15

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

3 / 15

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

4 / 15

4. Which of the following CSS Property defines which property values to apply to the element before the animation begins (if delayed) and after it ends?

5 / 15

5. Which of the following CSS selectors are used to specify a group of elements?

6 / 15

6. In the below code snippet, in what order will the margins be added? p {
margin: 25px 50px 75px 100px;
}

7 / 15

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

8 / 15

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

9 / 15

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

10 / 15

10. From the choices given below, select the correct oredr to code css pseudo-classes.

11 / 15

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

12 / 15

12. Which CSS property is used for controlling the layout?

13 / 15

13. What changes the shadow from an outer shadow?

14 / 15

14.  Which of the following property influences the horizontal alignment of an element, making it “float” toward the left or right margin of its containing element?

15 / 15

15. Which of the following CSS Gradient Functions creates a circular, and optionally sets its shape, size, and position?

Your score is

The average score is 49%

0%

Scroll to Top