this section define the use of type attribute of anchor tag.
this section define the use of type attribute of anchor tag.In this tutorial, we will see the use of type attribute of anchor tag . The
type attribute of anchor tag specifies the MIME (multipurpose internet mail
extensions) of document in link. MIME extends the format of internet mail.
Example text/plain, text/html, text/xml etc.
Declaration syntax of type attribute in anchor tag.
<a href="value" type="value">Text Area</a> |
TypeAttribute.html
<!DOCTYPE html>
|
Note: See the browser compatible page for successfully rendering the program.