Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The link URL follows the href= and as shown below the bolded section represents what the user will see.

Adding target=_blank after the url will make the link open into a new browser tab.

<a href=https://archive.org/details/ScreenlandDec1923 target=_blank>Internet Archive</a>

...

The link URL follows the href= and as shown below the bolded section represents what the user will see.

Adding target=_blank after the url will make the link open into a new browser tab.

<a href=http://www.lunaimaging.com target=_blank><p>The quick brown fox jumps over the lazy dog</p></a>

...