Is it possible to make a HTML page behave, for example, like a A4-sized page in MS Word?
Essentially, I want to be able to show the HTML page in the browser, and out
Many ways to do:
html,body{ height:297mm; width:210mm; } html,body{ height:29.7cm; width:21cm; } html,body{ height: 842px; width: 595px; }