InterviewSolution
Saved Bookmarks
| 1. |
An ___________ rule is used to define a page block for printed styles.(a) @important(b) @page(c) @css(d) @html |
|
Answer» The correct answer is (b) @page Best explanation: 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. |
|