0
Why people use unordered list for menu not ordered list?
This question came up my mind when I start to learn making menu or navbar. I saw everyone use unordered list for menu. But we can also use ordered list for this. When we use unordered list we simply remove dot point in css. We can do same thing use ordered list. I hope anyone can answer this question. Thank you for your time
3 Réponses
+ 1
You don't have to use them. I personally don't use lists for nav bars. Its extra hassle if you use css flex/grid anyway.
Just make your anchors block element.
+ 1
Thank you guys for your kind information.