Greg
If you are referring to the...
< a target="_blank"
That attribute with the _blank setting causes the link when clicked to open the URL in a new browser window.
If the attribute is left without a value (as depicted below) then the URL will be opened in the same window in which it was clicked.
< a target=""