type屬性用於指定鏈接文檔的Internet媒體類型。僅在設置href屬性時使用。
用法:
<a type="media_type">
屬性值:它包含值“media_type”,該值指定嵌入式文件的Internet媒體類型。
例:
<!DOCTYPE html>
<html>
<head>
<title>
HTML a type Attribute
</title>
</head>
<body>
<p>Welcome to
<a href="https://ide.geeksforgeeks.org/"
type="text/html">
GeeksforGeeks
</a>
</p>
</body>
</html>
輸出:
支持的瀏覽器:下麵列出了HTML <a>類型的Attribute支持的瀏覽器:
- 穀歌瀏覽器
- IE瀏覽器
- Firefox
- Safari
- Opera
相關用法
- HTML <li> type屬性用法及代碼示例
- HTML type屬性用法及代碼示例
- HTML <area> type屬性用法及代碼示例
- HTML <source> type屬性用法及代碼示例
- HTML <style> type屬性用法及代碼示例
- HTML <button> type屬性用法及代碼示例
- HTML <embed> type屬性用法及代碼示例
- HTML <input> type屬性用法及代碼示例
- HTML <object> type屬性用法及代碼示例
- HTML <script> type屬性用法及代碼示例
- HTML Ol type用法及代碼示例
- HTML input tel用法及代碼示例
- HTML input url用法及代碼示例
- HTML input time用法及代碼示例
注:本文由純淨天空篩選整理自jit_t大神的英文原創作品 HTML | <a> type Attribute。非經特殊聲明,原始代碼版權歸原作者所有,本譯文未經允許或授權,請勿轉載或複製。