Vidyalelo
CSS · Q65

CSS Properties, CSS Elements, CSS Functions and Tables

Programming · CSS · question 65

Q65

An ___________ rule is used to define a page block for printed styles.

A.
@important
B.
@page
Answer
C.
@css
D.
@html

Answer: Option B

Solution

Answer: Option B
Solution:
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.