Horje
target blank Code Example
html new target
<a rel="nofollow" href="#" target="_blank">Opens the linked document in a new window or tab</a>

<a rel="nofollow" href="#" target="_self">	Opens the linked document in the same frame as it was clicked (this is default)</a>

<a rel="nofollow" href="#" target="_parent">Opens the 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>
link_to target blank
link_to "External link", "http://www.rubyonrails.org/", target: "_blank", rel: "nofollow"
# => <a rel="nofollow" href="http://www.rubyonrails.org/" target="_blank" rel="nofollow">External link</a>
Source: apidock.com
target blank
<a rel="nofollow" href="#" target="_blank" rel="noopener noreferrer"></a>
target blank
<a rel="nofollow" href="#" target="_blank">Hi This is Dummy Text</a>
target _blank'
    <a rel="nofollow" href="https://www.w3schools.com" target="_blank">Visit W3Schools</a>
target blank
 target="_blank"




Html

Related
html importer une image Code Example html importer une image Code Example
href rel Code Example href rel Code Example
html form select Code Example html form select Code Example
meta icon html Code Example meta icon html Code Example
iframe pdf html5 Code Example iframe pdf html5 Code Example

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