Home > Web Development > Quizzes > Web Technology Basics Practice Test: Basic CSS Concepts
Web Technology Basics Practice Test: Basic CSS Concepts
Fast practice, instant feedback. Timer auto-submits when time’s up.
Avg score: 0% Most missed: “Which of the following is the correct syntax for referring the external style sh…”
Quiz on CSS basics, CSS styling texts, CSS selectors, CSS box model, CSS backgrounds and borders, CSS outline, CSS tables, embedding web fonts, CSS layout, and CSS3 animation. CSS stands for Cascading Style Sheets, and it's the language for describing the presentation of web pages, including colors, layout, and fonts. Understanding CSS basics is important for both experienced developers and those just starting their web journey. Here are some basic CSS concepts: CSS selectors: These allow you to style specific HTML elements on your website. Box model: This is a fundamental concept in CSS,... Show more
Web Technology Basics Practice Test: Basic CSS Concepts
Time left 00:00
25 Questions

1. Which of the following is used to specify the subscript of text using CSS?
2. The property in CSS used to change the background color of an element i
3. CSS stands for
4. Which of the following CSS property defines how an image or video fits into container with established height and width?
5. Which of the following CSS property is used to add shadows to the text?
6. Which of the following selector in CSS is used to select the elements that do not match the selectors?
7. Which of the following CSS property is used to specify whether the table cells share the common or separate border?
8. Which of the following is the correct syntax for referring the external style sheet?
9. The HTML attribute used to define the inline styles is
10. The CSS property used to specify the transparency of an element is
11. The CSS property used to make the rounded borders, or rounded corners around an element is
12. Which of the following syntax is correct in CSS to make each word of a sentence start with a capital letter?
13. The CSS property used to specify whether the text is written in the horizontal or vertical direction?
14. The CSS property used to control the element’s font-size is
15. Which of the following is not a type of combinator?
16. Are the negative values allowed in padding property?
17. The HTML attribute used to define the internal stylesheet is
18. Which of the following is not a value of the font-variant property in CSS?
19. How to select the elements with the class name “example”?
20. The CSS property used to make the text bold is
21. Which of the following CSS property is used to specify the space between every letter inside an element?
22. Which of the following is the correct syntax to select the p siblings of a div element?
23. Which of the following CSS property is used to set the background image of an element?
24. Which of the following is the correct syntax to display the hyperlinks without any underline?
25. Which of the following property is used as the shorthand property for the padding properties?