Home » CSS » Css miscellaneous » Question
  1. An ___________ rule is used to define a page block for printed styles.
    1. @css
    2. @html
    3. @page
    4. @important
    5. None of these
Correct Option: C

An @page rule is used to define a page block for printed styles. Generally, within this construct we see various CSS properties like size, page, and margin to control the dimensions of the page.



Your comments will be displayed only after manual approval.