InterviewSolution
Saved Bookmarks
| 1. |
How Do I Specify Page Breaks In Html? |
|
Answer» There is no way in standard HTML to specify where page breaks will OCCUR when PRINTING a page. HTML was DESIGNED to be a device-independent structural definition language, and page breaks DEPEND on things like the FONTS and paper size that the person viewing the page is using. There is no way in standard HTML to specify where page breaks will occur when printing a page. HTML was designed to be a device-independent structural definition language, and page breaks depend on things like the fonts and paper size that the person viewing the page is using. |
|