Open link in new window | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
0

Open link in new window

When I am using the _blnak value, my link always opens in a new tab, what should I do to that link opens in a new window?

28th Sep 2019, 1:37 PM
Abtinii
Abtinii - avatar
2 Respostas
0
I wrote it in the webstorm
28th Sep 2019, 2:28 PM
Abtinii
Abtinii - avatar
0
sure! <!DOCTYPE html> <html lang=ā€enā€> <head> <meta charset=ā€UTF-8ā€> <title>project</title> </head> <body dir=ā€rtlā€> <p> this is an <a id=ā€impā€> important text </a> <br> and this is a <a href=ā€1.htmlā€ target=ā€_blankā€ rel=ā€nofollowā€> simple link </a <p> </body> </html>
28th Sep 2019, 2:50 PM
Abtinii
Abtinii - avatar