css-exam

0 votes, 0 avg
559

CSS Questions

1 / 15

1. Which of the following CSS property is used to specify the space between every letter inside an element?

2 / 15

2. What is the correct syntax for referring an external CSS?

3 / 15

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

4 / 15

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

5 / 15

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

6 / 15

6. When adding transparency styles, what is the difference between using the opacity property versus the background property with rgba() value?

7 / 15

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

8 / 15

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

9 / 15

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

10 / 15

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

11 / 15

11. Which of the following properties will we use to display border around a cell without any content.?

12 / 15

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

13 / 15

13. Which of the following CSS property defines how an image or video fits into container with established height and width?

14 / 15

14. Which of the following media query describe output style portrait if height is greater than or equal to width, landscape if the opposite?

15 / 15

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

Your score is

The average score is 49%

0%

Scroll to Top