최신 웹 개발 튜토리얼
 

HTML <area> nohref Attribute

<HTML <area> 태그

클릭 가능한 영역과 이미지 맵, 및 nohref 속성 :

<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>
»그것을 자신을 시도

정의 및 사용

<area> nohref 속성은 HTML5에서 지원되지 않습니다.

nohref 속성은 부울 속성입니다.

존재하는 경우,이 지역이 더 관련 링크가 없음을 지정합니다.

팁 : nohref 속성은 나타냅니다 <area> 에는 관련 링크가 없습니다.좀 더 쉽게 href 속성을 포함하지 않음으로써 그렇게 할 수 있습니다.


브라우저 지원

속성
nohref Not supported Not supported Not supported Not supported Not supported

HTML 및 XHTML의 차이점

XHTML에서는 최소화 속성은 금지되고, nohref 속성은 다음과 같이 정의해야합니다 <area nohref="nohref" /> .


통사론

<area nohref>

<HTML <area> 태그