css-exam

0 votes, 0 avg
557

CSS Questions

1 / 15

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

2 / 15

2. The default value of "position" attrubute is?

3 / 15

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

4 / 15

4. What is the way to specify media dependencies for style sheets ?

5 / 15

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

6 / 15

6. Which of the following Color Format is a CSS2 introduced named color keywords which allows Web page colors to be matched to an operating system’s color use?

7 / 15

7. Which property specifies where the background image is positioned?

8 / 15

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

9 / 15

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

10 / 15

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

11 / 15

11. Which of these would give a block element rounded corners?

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. Which of the following media query describe output style portrait if height is greater than or equal to width, landscape if the opposite?

14 / 15

14. What should be the table width, So that the width of the table adjust to the current width of the browser window?

15 / 15

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

Your score is

The average score is 49%

0%

Scroll to Top