Pulsante apri collegamento in una nuova scheda

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>
10
0

apri collegamento in una nuova scheda hmtl

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

pulsante apri collegamento in una nuova scheda

 <button class="btn btn-success" onclick=" window.open('http://google.com','_blank')"> Google</button>
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>

In altre lingue

Questa pagina è in altre lingue

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