FREE Web Template Download
HTML CSS JAVASCRIPT SQL PHP BOOTSTRAP JQUERY ANGULARJS TUTORIALS REFERENCES EXAMPLES Blog
 

HTML <a> type Attribute

HTML a Tag Reference HTML <a> tag

Example

The type attribute specifies the media type of the linked document:

<a href="http://tutorials" type="text/html">subhodaya</a>
Try it Yourself »

Definition and Usage

The type attribute specifies the Internet media type (formerly known as MIME type) of the linked document.

This attribute is only used if the href attribute is set.

Note: This attribute is purely advisory.


Browser Support

Attribute
type Yes Yes Yes Yes Yes

Differences Between HTML 4.01 and HTML5

None.


Syntax

<a type="media_type">

Attribute Values

Value Description
media_type The Internet media type of the linked document.
Look at IANA Media Types for a complete list of standard media types.

HTML a Tag Reference HTML <a> tag