css div id used only once per page

后端 未结 7 581
醉梦人生
醉梦人生 2021-01-14 03:27

In using CSS is it best practice to use a div id only once per page. I know each id has to be unique but could be used multiple times. A discussion with my development tea

7条回答
  •  [愿得一人]
    2021-01-14 03:45

    You can have many elements with id(s) if that's what you're asking. Just view the source code of this page for instance and you'll see many id(s).

提交回复
热议问题