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屬性通常都是與多窗框的操作有密切 ...
- 2超連結標籤
<a href="http://mail.yust.edu.tw/~ccchen/html/text.htm">字體標籤</a> □ 呈現結果 ... 祕訣: <a href="連結路徑" ta...
- 3HTML <a> 標籤的target 屬性
如果在一個<a> 標籤內包含一個target 屬性,瀏覽器將會載入和顯示用這個標籤的href 屬性命名的、名稱與這個目標吻合的框架或者視窗中的文件。如果這個指定名稱或id 的框架 ...
- 4The a target HTML Attribute Explained - freeCodeCamp
A target attribute with the value of “_blank” opens the linked document in a new window or tab. <...
- 5HTML <a> 标签的target 属性 - w3school 在线教程
HTML <a> 标签的target 属性. HTML <a> 标签. 定义和用法. <a> 标签的target 属性规定在何处打开链接文档 ...