The a target HTML Attribute Explained - freeCodeCamp
文章推薦指數: 80 %
A target attribute with the value of “_blank” opens the linked document in a new window or tab. attributespecifieswheretoopenthelinkeddocumentinana(anchor)tag.Examplesof
延伸文章資訊
- 1有關TARGET屬性值的其它設定
TARGET是在超鏈結<A HREF>中設定的屬性, 如果在超鏈結沒有設定TARGET屬性, 則被超鏈結的文件會顯示在目前的視窗中, 若設定了TARGET屬性通常都是與多窗框的操作有密切 ...
- 2How to change the target of a link in HTML? - Tutorialspoint
- 3How To Use The <a> To Make Links & Open Them ... - HTML
- 4HTML a target Attribute - W3Schools
The target attribute specifies where to open the linked document: <a href="https://www.w3schools....
- 5HTML <a> 标签的target 属性 - w3school 在线教程
HTML <a> 标签的target 属性. HTML <a> 标签. 定义和用法. <a> 标签的target 属性规定在何处打开链接文档 ...