Horje
how to open link in new tab Code Example
how to open link in new tab
<a rel="nofollow" href="https://www.google.com/" rel="noopener noreferrer" target="_blank">google.com</a>

dont use just target="_blank" without  rel="noopener noreferrer" 
It Makes Your Site Vulnerable to Phishing Attacks
_________________________________________________________________
<a rel="nofollow" href="#" target="_blank">By this you can open your document in new tab</a>
<a rel="nofollow" href="#" target="_self"> by this linked document in the same frame as it was clicked (this is default)</a>
<a rel="nofollow" href="#" target="_parent">by this linked document in the parent frame</a>
<a rel="nofollow" href="#" target="_top">Opens the linked document in the full body of the window</a>
how to open link in new tab
simply
<a rel="nofollow" href="#" target="_blank"> will open your link in new tab




Html

Related
htaccess remove .html Code Example htaccess remove .html Code Example
file input only images Code Example file input only images Code Example
removing filepath from url using htaccess Code Example removing filepath from url using htaccess Code Example
accept only image files upload html Code Example accept only image files upload html Code Example
sample text Code Example sample text Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
16