I'm not amazing with html yet and was curious if something like this is possible without paying for something expensive.
So my idea is that I'd have essentially a password page where the user need to input a correct key phrase and if it's correct, the corresponding answer will display above the input box. For instance;
Key phrase input: apple = banana shows up
Key phrase input: pumpkin = pie shows up.
Key phrase input: apple = banana shows up
Key phrase input: pumpkin = pie shows up.
I also need the phrases and their corresponding answers to be hidden so someone can't just inspect element and get all the answers.
In my mind this seems simple but I haven't been able to figure out a way to do this especially with the detail of it being hidden. Anyone got any ideas?