The ________ CSS at-rule allows defining styles for paged media, such as books or printouts.
- @document
- @media
- @page
The correct answer is "@page." The @page at-rule in CSS is used to define styles for paged media, like printouts or books. It allows you to specify various styles for different aspects of printed pages, such as margins, page size, and page breaks. This is essential for creating print-friendly stylesheets.
Loading...
Related Quiz
- A document has critical footnotes that must be included on the same printed page as their references. Which CSS for Print property ensures these footnotes are not separated from their references?
- In what scenario might the !important rule be considered bad practice?
- Which CSS value for font-weight represents normal text?
- To rotate an element 45 degrees using CSS, the transform: rotate(________); property is used.
- How does the implementation of CSS Grid Layout differ among various browsers, and why is this significant?