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?
4 Answers
0
I wrote it in the webstorm
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>