Advertisement
Home Open Editor ❯

HTML <a> type Attribute

Example

<a href="https://www.google.com" type="text/html">google</a>

Try this code ❯

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.
Home Open Editor ❯
Advertisement