i have this DOWNLOAD button
<a href="" id="user-name" class="link" id="posi">Download</a>
and the drop down associated with this
<div class="user-name-drop-down drop-down">
<a href="https://www.google.com">Android</a>
<a href="https://www.google.com">Apple</a>
</div>
when clicked on android or apple, it opens the link on the same tab, i want it to open in a new tab instead. i looked up about window.open
but still unclear as to how to use that. any help is appreciated.