Why we always use
    to make Navigation why not
      ?

前端 未结 7 1174
北荒
北荒 2020-12-17 11:05

Why do we always use

    to make navigation why not
      ? While we can use both technically.

相关标签:
7条回答
  • 2020-12-17 11:40

    If the order of your menu is semantically important — if, for example, it’s logical that tags comes after questions, then users and badges — then you should use <ol> instead of an unordered list.

    0 讨论(0)
提交回复
热议问题