+ 4
Difference in opening in same page, new tab or new window
What are the values assigned to the attributes for opening the links in same page or new tab or new window?
7 Antworten
+ 9
sumi You are welcome😉
+ 7
target="_self"
+ 5
<a href="link" target="_blank">Text</a>
+ 3
just as you have other values such as the _parent frame, _self (same) _blank in a new tab.. Check out tab order in HTML
+ 2
it redirects to new tab
isn't there any way i can open the link in same page?
+ 2
thanks 😇