Edit This Code:
See Result »
<
!DOCTYPE
html
>
<
html
>
<
body
>
<
a
href
="index.html"
target
="_blank"
>
Visit our HTML tutorial!
<
/a
>
<
p
>
If you set the target attribute to "_blank", the link will open in a new browser window or tab.
<
/p
>
<
/body
>
<
/html
>
<!DOCTYPE html> <html> <body> <a href="index.html" target="_blank">Visit our HTML tutorial!</a> <p>If you set the target attribute to "_blank", the link will open in a new browser window or tab.</p> </body> </html>
Result:
Privacy Policy