Which property in CSS determines the space outside an element?
- Border
- Content
- Margin
- Padding
In CSS, the 'margin' property is used to determine the space outside an element. It creates spacing around the element, separating it from other elements in the layout.
Loading...
Related Quiz
- The backface-visibility property in CSS is particularly useful when ________.
- Media queries using the orientation feature can detect if the device is in ______ or ______ mode.
- Autoprefixing tools parse CSS and add or remove vendor prefixes based on data from ________.
- You have an element with a complicated graphical background, and you want certain parts of the foreground content to reveal or hide portions of this background. Which CSS technique would be most appropriate to achieve this?
- You are designing a webpage for a vintage-themed site and want to use a cursive style for headings. Which CSS property-value combination will you use?