Sets or gets the target of the element's link.
An element's target
determines where its link opens. The
target can be set so the link opens in the current page or
in a new page.
Supported values are:
"_blank"
: The link opens in a new tab or window."_self"
: The link opens in the tab or window.Note: Link targets are only supported for external web links
(e.g. http://www.wix.com
).