HTML target _blank and blank

<a> tag document

<a target="_blank|_self|_parent|_top|framename">
  • _blank always opens url in new window
  • blank means framename, opens url in a window named blank if exists, otherwise open new window and name it blank
  • you possible to set any name for target
    eg: <a target="new_window">