Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

<a>

현재 번역은 완벽하지 않습니다. 한국어로 문서 번역에 동참해주세요.

SVG Anchor 엘리먼트 (<a>) 는 하이퍼링크(hyperlink)를 정의한다. 

사용예 컨텍스트

CategoriesContainer element
Permitted contentAny number of the following elements, in any order:
Animation elements
Descriptive elements
Shape elements
Structural elements
Gradient elements
<a>, <altGlyphDef>, <clipPath>, <color-profile>, <cursor>, <filter>, <font>, <font-face>, <foreignObject>, <image>, <marker>, <mask>, <pattern>, <script>, <style>, <switch>, <text>, <view>

예제

<svg width="140" height="30"
     xmlns="https://www.w3.org/2000/svg" 
     xmlns:xlink="https://www.w3.org/1999/xlink">

  <a xlink:href="https://developer.mozilla.org/en-US/docs/SVG"
     target="_blank">
    <rect height="30" width="120" y="0" x="0" rx="15"/>
    <text fill="white" text-anchor="middle" 
          y="21" x="60">MDN SVG</text>
  </a>

</svg>

실시간 결과는:

속성

글로벌 속성들

특정 속성들

DOM 인터페이스

이 엘리먼트는 SVGAElement 인터페이스를 구현한다.

명세서

명세서 상태 비고
Scalable Vector Graphics (SVG) 2
The definition of '<a>' in that specification.
Candidate Recommendation  
Scalable Vector Graphics (SVG) 1.1 (Second Edition)
The definition of '<a>' in that specification.
Recommendation 초기화 선언

브라우저 호환성

기능 크롬 파이어폭스(Gecko) Internet Explorer 오페라 사파리
Basic support 1.0 1.5 (1.8) 9.0 9.0 3.0.4
기능 안드로이드 파이어폭스 모바일(Gecko) IE 폰 오페라 모바일 사파리 모바일
Basic support 3.0 1.0 (1.8) No support (Yes) 3.0.4

이 표는 이 자료들에 근거하여 작성되었습니다. 

주의: No browser supports the full XLink set.

문서 태그 및 공헌자

 이 페이지의 공헌자: Sebastianz, dewey94esb
 최종 변경: Sebastianz,