Target attribute is use to specify where to open link document.
Target attribute specify has following values.
“_blank” — It will open targeted document in new tab or new window.
“_self” — It will open targeted document in same frame (it is default).
“_parent” — It will open targeted document in parent frame
“_top” — It will open document in full body of window
“framename” — It will open targeted document in named frame
Syntax : target=”value”
e.g. name=”_blank“