Should I be using nav or ul

前端 未结 8 1940
挽巷
挽巷 2020-12-31 06:41

I\'m making a navigation menu, should I be using the

8条回答
  •  耶瑟儿~
    2020-12-31 07:14

    Both nav and ul elements can be used to create menu in html5,

    • The nav element communicates that we're dealing with a major navigation block
    • The list communicates that the links inside this navigation block form a list of items

    However you can use both nav and ul in menu creation,

    
    

    It's upto you whether to choose either nav or ul

提交回复
热议问题