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
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).