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.
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.