#summary The a type attribute represents the content type of the target resource of a hyperlink. #labels about-html,is-html-attribute,from-w3c You are here: [Welcome Home] > [HTMLReference HTML Reference] > [HTMLElements Elements] > [AElement element] > *type attribute* == Usage == This attribute is purely advisory; it does not override the content type of the target resource once the user follows the link. {{{ subscribe }}} == Values == Must be a valid [http://www.ietf.org/rfc/rfc2046.txt RFC 2046-compliant MIME type], with optional MIME type parameters. No default value. == Elements == You can use the `type` attribute on the following elements: * [AElement ] * [AreaElement ] * [BlockquoteElement
] * [ButtonElement