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 odpowiedzi
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>