In my website I'm using an anchor tag that link to another page:
<li><a class="dropdown-item" href="/<%= term._id %>"><%= term.term %></a></li>
I need to add one more href link which is:
href="#list-item-1"
Is it possible to add more than one href links in the same anchor tag.
The idea is that is that the anchor tag will redirect to another page and scroll down to a specific part of the page