Open link in new window | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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 Answers
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