Apri una nuova scheda quando fai clic sul collegamento html

Esempi di codice

19
0

apri pagina con html

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

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

</body>
</html>
3
0

come rendere i collegamenti aperti in una nuova finestra

The short answer is: just add a target="_blank" attribute to your links (anchor tags).

<a href="https://www.thesitewizard.com/" target="_blank">thesitewizard.com</a>
1
0

pulsante apri collegamento in una nuova scheda

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

un tag aperto in una nuova scheda

<a href="#" target="_blank" rel="noopener noreferrer">Link</a>
0
0

apri una nuova scheda quando fai clic sul collegamento html

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

apri collegamento in una nuova scheda

<a href="The link of the page" target="_blank">Open page in new tab</a>

In altre lingue

Questa pagina è in altre lingue

Русский
..................................................................................................................
English
..................................................................................................................
Polski
..................................................................................................................
Română
..................................................................................................................
한국어
..................................................................................................................
हिन्दी
..................................................................................................................
Français
..................................................................................................................
Türk
..................................................................................................................
Česk
..................................................................................................................
Português
..................................................................................................................
ไทย
..................................................................................................................
中文
..................................................................................................................
Español
..................................................................................................................
Slovenský
..................................................................................................................
Балгарскі
..................................................................................................................
Íslensk
..................................................................................................................