Target The purpose of the HTML target attribute is to specify a window where the associated document will be displayed Supported elements HTML tabindex attribute supports a, area, base, form, link elementAnchor links 1 may have a target attribute which controls what happens when that link is clicked One of the possible values of that attribute is _blank, which tells the browser to open a new window (or tab, if that's the user's preference) when that link is clicked This used to be "invalid" in HTML (maybe only XHTML?) but people used it anyway since it worked_blank Opens the linked document in a new window or tab _self Opens the linked document in the same frame as it was clicked (this is default) Understanding The Target Attribute With Links In Clickdimensions Clickdimensions Blog A href tag in html target