20120910(target、frameset)

http://www.w3school.com.cn/html/index.asp

<a> 标签的 target 属性规定在何处打开链接文档。

<a> 标签可定义锚。锚 (anchor) 有两种用法:

  • 通过使用 href 属性,创建指向另外一个文档的链接(或超链接)
  • 通过使用 name 或 id 属性,创建一个文档内部的书签(也就是说,可以创建指向文档片段的链接
原文地址:https://www.cnblogs.com/secying/p/2678555.html