HTML <a>标签 type 属性
type 属性规定目标文档的 MIME 类型。 只能在 href 属性存在时使用。
语法
<a type="MIME_type">
实例
type 属性规定链接中指向的文档的 mime 类型:
<a href="//www.xinbiancheng.cn/" type="text/html">xinbiancheng.cn</a>
浏览器支持
所有主流浏览器都支持 type 属性。
属性值
MIME_type 被链接文档的 MIME 类型。
type 属性规定目标文档的 MIME 类型。 只能在 href 属性存在时使用。
<a type="MIME_type">
type 属性规定链接中指向的文档的 mime 类型:
<a href="//www.xinbiancheng.cn/" type="text/html">xinbiancheng.cn</a>
所有主流浏览器都支持 type 属性。
MIME_type 被链接文档的 MIME 类型。