HTML/CSS/Link Attributes/type a

Материал из Web эксперт
Версия от 08:17, 26 мая 2010; Admin (обсуждение | вклад) (1 версия)
(разн.) ← Предыдущая | Текущая версия (разн.) | Следующая → (разн.)
Перейти к: навигация, поиск

"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.wbex.ru"
   id="myLink">Open the newpage in this same window
</a>
</BODY>
</HTML>