and5rey
Regular Member
- Oct 17, 2011
- 279
- 28
I wonder which version of the code should I use in my links on my website?
<a href="http://xyz.com/" target="_blank">link here</a>
or
<a href="http://xyz.com/" target="blank">link here</a>
Which one is newer? I found out both working fine, but am not sure which one should I use.
<a href="http://xyz.com/" target="_blank">link here</a>
or
<a href="http://xyz.com/" target="blank">link here</a>
Which one is newer? I found out both working fine, but am not sure which one should I use.