target="_blank" 或 target="new" 将连结的画面内容,开在新的浏览视窗中。 target="_parent" 将连结的画面内容,当成文件的上一个画面。 target="_self" 将连结的画面内容,显示在目前的视窗中。(内定值) target="_top" 将框架中连结的画面内容,显示在没有框架的视窗中。(即除去了框架)