Hyper Text Markup Language (HTML) Question: Download HTML PDF

How do I specify page breaks in HTML?

Tweet Share WhatsApp

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.

Download HTML PDF Read All 84 HTML Questions
Previous QuestionNext Question
How do I create a button which acts like a link?Is there a way to prevent getting framed?