HTML <area> türü Özellik

❮ HTML <area> etiketi

Örnek

Hedef URL'nin MIME türünü belirtmek için type niteliğini kullanın:

<map name="planetmap">
  <area shape="rect" coords="0,0,82,126" alt="Sun"
  href="/images/sun.gif" type="image/gif">
</map>

Tanım ve Kullanım

Öznitelik , typehedef URL'nin İnternet medya türünü (önceden MIME türü olarak bilinirdi) belirtir.

Bu öznitelik yalnızca hreföznitelik ayarlanmışsa kullanılır.

Not: Bu özellik tamamen tavsiye niteliğindedir.


Tarayıcı Desteği

Attribute
type Yes Yes Yes Yes Yes

Sözdizimi

<area type="media_type">

Özellik Değerleri

Value Description
media_type The Internet media type of the linked document.
Look at IANA Media Types for a complete list of standard media types.

❮ HTML <area> etiketi