Link in new window code

How to make a link open in a new window code HTML

The following HTML code can be used to open a link in a new window or tab. Syntax as follows:

target="_blank"

Insert that code at the end of the a href string:

a href="https://bradforster.org" target="_blank"

See this code in action: link in new window code html

Link In New Window Code HTML
Author:

Share Button