I have a link
href built with html, but this link i will open with left button mouse it will open in the same page, that is the wrong i need to open in other tab, so i want to open in another tab
const url = `https://shiene/mk/${number}`
const ref = "<a href='" + url + "'>" + 'Go' + '</a>'
i saw others answers but they solved with click button,
i dont know if its possible solve with html or javascript dont care to me how can i open in other tab?