and then we need the HTML code to produce the text and/or picture(s) for the first choice from the menu
<HTML>
<BODY>
<P> this text is produced by choice1.html </P>
<P> It would typically be text and/or pictures </P>
</BODY>
</HTML>
Copy, & paste the code in NOTEPAD, saving as choice1.html
and finally the HTML code for the second choice from the menu
<HTML>
<BODY>
<P> this text is produced by choice2.html </P>
<P> It would typically be text and/or pictures </P>
</BODY>
</HTML>
Copy, & paste the code in NOTEPAD, saving as choice2.html
and so on till you have your complete list of contents, with pages of text and/or pictures
have fun