Najnowsze tutoriale tworzenie stron internetowych
 

HTML <area> nohref Attribute

<HTML <area> tag

Przykład

Obraz-map, z obszarami klikalne i nohref atrybut:

<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>
Spróbuj sam "

Definicja i Wykorzystanie

<area> nohref atrybut nie jest obsługiwana w HTML5.

nohref atrybut jest atrybutem logiczna.

Gdy występuje, to wskazuje, że obszar ma powiązanych łącza.

Wskazówka: nohref atrybut wskazuje, że <area> ma powiązanych łącza.Można łatwiej zrobić, nie włączając atrybut href.


Pomoc Browser

Atrybut
nohref Not supported Not supported Not supported Not supported Not supported

Różnice między HTML i XHTML

W XHTML, minimalizacji atrybutów jest zabronione, a nohref atrybut musi być zdefiniowana jako <area nohref="nohref" /> .


Składnia

<area nohref>

<HTML <area> tag