HTML/CSS/Link Attributes/type a

Материал из Web эксперт
Перейти к: навигация, поиск

"type": set the MIME content type of the document specified by the href attribute

   <source lang="html4strict">
   

<HTML> <head> <Title>Example For type</Title> </head> <BODY> <a type="text/html"

  href="http://www.wbex.ru"
  id="myLink">Open the newpage in this same window

</a> </BODY> </HTML>


     </source>