I would like to know how I can create a website like this:
https://ibb.co/j9cM5v
https://ibb.co/f2UqyF
https://ibb.co/cMDuQv
The first image is the homepage. Users can click on the water, wines or cocktails button.
If an user clicked the cocktails buttons, he would land on second image. He can post a new recipe (all the recipe are posted by anonymous users) or just click on one of them and take a look at the recipe.
Actually, I can already create the navigation system. I use, in html, this tag: <a href="cocktail.html">cocktails</a>
BUT I do not know if it is a good practice to do that in html because, theoretically, a new .html file would be created when posting a new recipe.
Could you tell me how to do a better navigation system and a "submit recipe" system? I just want to learn that without having to learn extra (non-important) stuff.
This is my background:
I know a lot of c.
I watched this two playlist in just two days and learnt almost everything
https://www.youtube.com/playlist?list=P ... 7Oyr1L9sPB
https://www.youtube.com/playlist?list=P ... vQjTw_aC9C
Just tell me what videos I should watch. Thank you all.