HTML/CSS/CSS Attributes and Javascript Style Properties/page break inside

Материал из Web эксперт
Перейти к: навигация, поиск

"page-break-inside" Example

   <source lang="html4strict">
   

<html> <body>

    When printing, there will be a page-break inside this object.

</body> </html>


     </source>