When printing web pages that occupy more than one sheet of paper, it is a good idea to add current page number to header / footer of each page. It is possible to combine printing codes with additional custom text to achieve best printing results, e.g. using code Page &p will tell Internet Explorer to print Page 1, Page 2 on corresponding printed pages.
To print current page number, input &p either into header or footer field in Page Setup window.

| Code | Description | Preview |
| &p | Current page number. | 1 |
| Page &p. | Custom text and current page number. | Page 1. |