'type': set the MIME content type of the document specified by the href attribute
<HTML>
<head>
<Title>Example For type</Title>
</head>
<BODY>
<a type="text/html"
href="http://www.java2java.com"
id="myLink">Open the newpage in this same window
</a>
</BODY>
</HTML>