How to make multiple page out of one post

You can use the WordPress”nextpage” tag:

<!--nextpage-->

You just drop this into the HTML of your WordPress page wherever you want to break it up.

I think your theme must support this tag in order to handle the pagination – on my site I have page “previous/next” links hidden, but most themes probably support this out of the box.