Hyper Text Markup Language (HTML) Question:

How do I specify page breaks in HTML?

HTML Interview Question
HTML Interview Question

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.


Previous QuestionNext Question
How do I create a button which acts like a link?Is there a way to prevent getting framed?