HTML <a> type Attribute
Example
<a href="https://www.google.com" type="text/html">google</a>
Meaning
This attribute specifies the media type in the form of a MIME type for the link target.
Standard Syntax
<a type="media_type">
Advertisement
Attribute Values
| Value | Description |
|---|---|
| mediaType | Internet media type of the link. |