In CSS, when a variable is not set or its value is invalid, it will return the ________ value.
- Default
- Initial
- Null
- Undefined
In CSS, when a variable is not set or its value is invalid, it will return the default value. This default value varies depending on the property. For example, the default value for the font-size property is often 16 pixels.
Loading...
Related Quiz
- What does the currentColor value represent in CSS?
- Which CSS property is used to set the font family for an element?
- You're building a website's header and you want it to stay at the top of the viewport when users scroll. Which positioning property would you use?
- The CSS @keyframes rule lets you create ________ over a set duration.
- If you want an animation to alternate between running forwards and backwards, you would use the animation-direction value of ______.