Code a custom button

I’m currently using this code below

<a class = "button" href="Page-URL" target="_blank" rel="noopener noreferrer">Buy Now</a>

But when I add this into my store it will open up the custom URL on a different tab. Is there anyway to make a button link to a different page in my store with out opening a new tab?

You can modify the code to open the link in the same tab by removing the target=“_blank” attribute.