+ 1

how would you create a menu structure look for the website in html?

I see all these lessons of what this function or that does.. how to create a menu like structure in html web page..are there any free template to refer too? Having a DOM structure in html ?? for example when you start making a website..you start from top.. So the title and later when moving down.. how to create a menu category of what all the website has to offer, quick and easy for the user to understand..

14th Nov 2018, 6:13 PM
Leafy Tea
Leafy Tea - avatar
2 odpowiedzi
+ 1
You can create the menu category by using the <a> tags and styling them to feel like what expected !
14th Nov 2018, 6:28 PM
Adarsh.n. Bidari
Adarsh.n. Bidari - avatar
+ 1
It's not really "from scratch" if you're using a template, is it? 😉 There are many ways to create a menu. Having a solid understanding of both HTML and CSS should help you understand the different menu layouts available to you when you look through the How To area of w3schools.com for some basic examples of navigation bars (or css-tricks.com), etc. Understanding JavaScript and/or jQuery will help with the more complicated menus. There are also frameworks like Bootstrap. Sitemaps are their own creatures. If you're in too much of a hurry to build a solid foundation in coding, there's always Google sites ( https://gsuite.google.com/products/sites/ ) or Wix or WordPress. I definitely recommend taking the time though. 🙂
15th Nov 2018, 6:55 AM
Janning⭐
Janning⭐ - avatar