Abdullah Rashid
abdullah@example.com
Navigation
📚 Courses 🏆 Leaderboard AI Tools
CSS Basics Mastery
15:00
Quit
0 / 21 answered
0%
CSS Basics Mastery
10 questions · Medium difficulty · 00:21:00 min
🔥 In Progress
Question 1
Which CSS property is used to change the text color of an element?
Question 2
How do you select an element with the ID 'my-id' in CSS?
Question 3
Which CSS property controls the text size of an element?
Question 4
What is the default value of the `display` property for a `<div>` element?
Question 5
Which pseudo-class is used to style an element when the user hovers over it?
Question 6
How do you select all `<span>` elements in CSS?
Question 7
What is the CSS Box Model a combination of?
Question 8
Which CSS property is used to create space around an element, outside of its border?
Question 9
How do you select elements with the class 'highlight' in CSS?
Question 10
Which CSS property specifies the order of elements when they overlap?
Question 11
What does the `font-weight` property control?
Question 12
Which CSS property is used to specify the background color of an element?
Question 13
What does `text-align: center;` do?
Question 14
Which CSS property is used to control the layout of elements in a row or column?
Question 15
What is the specificity of an ID selector in CSS (e.g., `#my-id`) compared to a class selector (e.g., `.my-class`)?
Question 16
Which CSS property is used to add space inside an element, between the element's content and its border?
Question 17
What is the purpose of the `!important` rule in CSS?
Question 18
Which CSS property is used to control the space between lines of text?
Question 19
What is the correct way to comment out a block of CSS code?
Question 20
Which value of the `position` property takes the element out of the normal flow and allows it to be positioned relative to its nearest positioned ancestor?
Question 21
What is the default unit for `font-size` in CSS if no unit is specified?
✅ Answered: 0
⬜ Unanswered: 8
📊 20% done