Css Quiz Css Quiz 1 / 15What does CSS stand for? Cascading Style Sheets Creative Style Selector Central Style System Cascading Source Style 2 / 15Which CSS property is used to change the text color of an element? text-color color text-style font-color 3 / 15How do you select an element with the id "example" in CSS? #example .example example id.example 4 / 15What does the "box-sizing" property in CSS control? The space between elements The width and height of an element including padding and border, but not margin The width and height of an element excluding padding and border The alignment of text within an element's box 5 / 15What is the default value of the "position" property in CSS? relative absolute static fixed 6 / 15How do you comment in CSS? <!-- Comment --> /* Comment */ // Comment // Comment // 7 / 15How can you include CSS in your HTML document? Using the tag Using the tag Using the tag Using the tag 8 / 15What does the "float" property in CSS do? It makes text "float" to the top of the page It aligns elements to the center of the page It positions an element to the left or right, allowing text and inline elements to wrap around it It removes an element from the normal document flow 9 / 15Which CSS property is used to add rounded corners to an element? border-style corner-style border-radius curve-border 10 / 15What does the CSS property "transition" do? It defines a transition effect for an element's color It specifies the duration and timing function for a CSS property's transition effect It moves an element from one position to another smoothly It transforms an element's shape 11 / 15Which CSS selector targets elements based on their attribute values? Class selector ID selector Attribute selector Pseudo-class selector 12 / 15Which CSS property is used to create a shadow effect around an element? shadow-effect box-shadow element-shadow shadow-box 13 / 15What does the CSS property "display: none;" do? It hides an element without affecting the layout of the page It removes an element from the document flow and collapses the space it occupies It makes an element transparent It sets the element's display to its default value 14 / 15Which CSS property is used to control the spacing between lines of text within an element? line-height text-spacing line-spacing font-spacing 15 / 15Which CSS property is used to change the style of the cursor when hovering over an element? cursor-type mouse-style hover-cursor cursor Your score isThe average score is 48% 0% Restart quiz