En son web geliştirme öğreticiler
 

HTML <area> nohref Attribute

<HTML <area> etiketi

Örnek

Tıklanabilir alanlar ile bir görüntü-harita, ve bir nohref özellik:

<img src="planets.gif" width="145" height="126" alt="Planets"
usemap="#planetmap">

<map name="planetmap">
  <area shape="rect" coords="0,0,82,126" nohref alt="Sun">
  <area shape="circle" coords="90,58,3" href="mercur.htm" alt="Mercury">
  <area shape="circle" coords="124,58,8" href="venus.htm" alt="Venus">
</map>
Kendin dene "

Tanımı ve Kullanımı

<area> nohref niteliği HTML5 desteklenmez.

nohref nitelik bir boole niteliktir.

Mevcut olduğunda, bu bir alan, ilişkili bağlantı vardır belirtir.

Tip: nohref özniteliği belirtir <area> hiçbir ilişkili bağlantı vardır. Sen daha kolay bir href niteliğini dahil DEĞİL tarafından bunu yapabilir.


Tarayıcı Desteği

nitelik
nohref Not supported Not supported Not supported Not supported Not supported

HTML ve XHTML Arasındaki Farklar

XHTML olarak, minimizasyonu bağlıyor yasaktır ve nohref nitelik olarak tanımlanması gerekir <area nohref="nohref" /> .


Sözdizimi

<area nohref>

<HTML <area> etiketi