split up your huge web page into your several different pages, and name them as how you want them even if it's page1, page2 in your .html or .htm format depending on the extension of the first page. to keep from confusing you. and upload them onto your server.
do you already have a menu on your website?
If you do then you just add the links to the other pages for it.
Code:
<a href="URL OF PAGE 1">Home or page 1 or whatever title you want</a><br>
<a href="URL OF PAGE 2">Page 2 or other Title</a><br>
<a href="URL OF PAGE 3">Page 3....</a>
You get the general idea or should after that. I just put the br's after the code automatically, it's habit for me since my server doesn't autoformat. Leaving them in will do nothing anyways.
If you need any more help I will be glad to help, I'll be offline for a bit, but I will get back to you if you PM me, or post here.