I'm trying to create a website for a small project. The first page you reach after launching it in a browser window is a landing page that provides means to pick one of multiple options. E.g. Pick what you'd like to access -
1. 2. 3. 4. and so on
I'm using basic html, css and javascript to work on this, since those are the ones I'm somewhat familiar with. That being said, I'm open to learning something else if it makes the job much easier.
But at the moment, my problem is I have designed an html page for the inital landing page and when the user picks an option, I'm thinking of using links to transfer him to a new webpage.
Should there be a separate html page for each of these options, given that each may be a little different, but not majorly.
I'm sorry, I tried looking online for a solution but I'm not sure how I can word my search terms. Also, the only other thing I found on stack overflow was How to display multiple html pages using single index.html
Any help or guidance would be most appreciated. Thanks!