Introduction
Description | Property | Description | Values | Intial Values |
|---|---|---|---|
| break-after | In which coloumsn or page breaks should not placed after the element. | auto always avoid left right coloumn avoidavoid-page coloumn | auto |
| break-before | In which coloumsn or page breaks should not placed before the element. | auto always avoid left right coloumn avoidavoid-page coloumn | auto |
| break-inside | In which coloumsn or page breaks should should be avoided with in the element. | auto left right coloumn avoidavoid-page coloumn | auto |
| marks | Which is used to define whether cross or crop marks should be added in media. | auto angle | auto |
| page | Which shows the displayed element page type. | auto identifier | auto |
| orphans | Which defines the number of lines which can be left at the bottom of the page. | auto always avoid left right | auto |
| page-break-after | In which one or more page breaks should be palced after the element. | auto always avoid left | auto |
| page-break-before | In which one or more page breaks should be palced before the element. | auto always avoid left | auto |
| page-break-inside | In which page breaks should be avoided with in the element. | auto avoid | auto |
| widow | Which defines the number of text lines which can be left at the top of the page. | integer | auto |
Description | Property | Values | Description |
|---|---|---|
| width | Integer or constant | Which sets the view port width. |
| height | Integer or constant | Which sets the view port height. |
| intial scale | Number | Which sets intial scaling factor. |
| maximum-scale | Number | Which touch maximum scaling factor ranges from 0.1-10 |
| minium-scale | Number | Which sets the minimum scaling factoe ranges from 0.1-10. |
| user-scaling | yes or no | Which can be determined whether the display can be zoomed in and out.. |
| Property | Min/Max | Description |
|---|---|---|
| width | yes | Which sets the view port width. |
| height | yes | Which sets the view port height. |
| zoom | yes | Which sets scaling factor as a multiplier or percentage. |
| orientation | no | Which locks the document in specified orientation |
| resolution | Number | In Which the default value is auto i which pixels length are mapped to the physicals pixels.. |
Key Points