css-exam

0 votes, 0 avg
551

CSS Questions

1 / 15

1. Which of the following selector in CSS is used to select the elements that do not match the selectors?

2 / 15

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

3 / 15

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

4 / 15

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

5 / 15

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

6 / 15

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

7 / 15

7. When using flexbox, the 'justify-content' property can be used to distribute the space between the flex items along the main axis. Which value should be used to evenly distribute the flex items within the container shown below.

8 / 15

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

9 / 15

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

10 / 15

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

11 / 15

11. Which of the following property of a table element specifies whether the browser should control the appearance of the adjacent borders that touch each other or whether each cell should maintain its style?

12 / 15

12. Using an attribute selector, how would you select an a tag element with a 'title' attribute?

13 / 15

13. What is the role of pseudo-class in CSS

14 / 15

14. In the following media query example, what conditions are being targeted? @media(min-width:1024px),screen and (orientation: landscape){…..}

15 / 15

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

Your score is

The average score is 49%

0%

Scroll to Top