“Botão Abra o link na nova guia” Respostas de código

Página aberta com HTML

<!DOCTYPE html>
## Code by Scratchy (Twitter @S_cratchy)
<html>
<body>

<a href="https://www.Google.com" target="_blank">Gooooooooogle!</a> 

</body>
</html>
Scratchy

Botão Abra o link na nova guia

 <button class="btn btn-success" onclick=" window.open('http://google.com','_blank')"> Google</button>
Ivan The Terrible

Abra a nova guia ao clicar em link html

<!-- add target="_blank" to open new tab when link is clicked [in HTML]-->
<a href="YourLink" target="_blank">YourText</a>
Kind Kangaroo

Abra o link em uma nova guia hmtl

<a href="https://insert.url" target="_blank">The Website Linked</a>
Powerful Puffin

Botão Abra o link na nova guia

<html>
<body>

<a href="www.google.com" target="_blank">
<button>Click here to open Google</button>

</body>
</html>
Thomas coder

Respostas semelhantes a “Botão Abra o link na nova guia”

Perguntas semelhantes a “Botão Abra o link na nova guia”

Procure respostas de código populares por idioma

Procurar outros idiomas de código