yes more precisely, <a href="foo.bar.org/baz" target="fubar">link!</a> The values go inside quotes. I generally just make up a name for the target. Something not likely to be used anywhere else. So that when the link is clicked it opens in a new tab instead of replacing your page in the same tab.
no subject
more precisely,
<a href="foo.bar.org/baz" target="fubar">link!</a>
The values go inside quotes. I generally just make up a name for the target. Something not likely to be used anywhere else.
So that when the link is clicked it opens in a new tab instead of replacing your page in the same tab.