i recieved the following code for a button that i wanted to add on my Website. When i click on it it forwards me to the Website on the same Page but i want it to open a new tab with the Website (add "<" at start to try the code)+
<a
class="button"
style="
background-color: #24baef;
color: #1c212e;
font-size: 14px;
font-weight: 600;
padding: 3.5px 17.5px;
border-radius: 5px;
"
href="https://www.youtube.com/"
>
Button
</a>
Best Regards, Danowick