Which CSS value for font-weight represents normal text?
- Default
- Lighter
- Normal
- Regular
In CSS, the font-weight property is used to control the thickness of the text. The value "normal" corresponds to the standard or regular font weight, making it neither bolder nor lighter.
Loading...
Related Quiz
- You've been asked to ensure that a custom web font falls back to a system font if it doesn't load within 3 seconds. How would you implement this?
- You are tasked with creating a vintage look for images on a webpage. Which CSS filter or combination of filters would you likely use?
- Which of the following properties, when animated, would cause a "repaint" but not "reflow" in most browsers?
- If two conflicting styles affect an element, how does the browser decide which one to apply?
- In the context of CSS masking, what does the mask-composite property do?