css-exam

0 votes, 0 avg
559

CSS Questions

1 / 15

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

2 / 15

2.  Which variable defines the data type of the content in CSS?

3 / 15

3. Which of the following property will be used to display border around a cell without any content?

4 / 15

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

5 / 15

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

6 / 15

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

7 / 15

7. Which of the following Viewport Property determines whether the display can be zoomed in and out?

8 / 15

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

9 / 15

9. What will be the output of following CSS code snippet? h1 {color: red text-decoration: underline; font-style: italic;}

10 / 15

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

11 / 15

11. What is the difference between display:none and visibillity:hidden?

12 / 15

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

13 / 15

13. Which of the following selector selects the element that is the first child of its parent that is of its type?

14 / 15

14.  Which of the following property sets list-style-type, list-style-position, and liststyle-image?

15 / 15

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

Your score is

The average score is 49%

0%

Scroll to Top