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

Cette traduction est incomplète. Aidez à traduire cet article depuis l'anglais.

L'élément SVG Ancre (<a>) définit un hyperlien.

Contexte d'usage

CatégoriesÉlément conteneur
Contenu autoriséTout élément de cette liste, quel qu'en soit l'ordre:
Éléments d'animation
Éléments descriptifs
Éléments de formes
Éléments structurels
Eléments de dégradés
<a>, <altGlyphDef>, <clipPath>, <color-profile>, <cursor>, <filter>, <font>, <font-face>, <foreignObject>, <image>, <marker>, <mask>, <pattern>, <script>, <style>, <switch>, <text>, <view>

Exemple

<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">SVG on MDN</text>
  </a>

</svg>

Résultat en direct:

Attributs

Attributs globaux

Attributs spécifiques

Interface DOM

Cet élément implémente l'interface SVGAElement.

Compatibilité naviguateurs

Fonctionnalité Chrome Firefox (Gecko) IE Opera Safari
Support simple 1.0 1.5 (1.8) 9.0 9.0 3.0.4
Fonctionnalité Android Firefox Mobile (Gecko) IE Phone Opera Mobile Safari Mobile
Support simple 3.0 1.0 (1.8) Pas de support (Oui) 3.0.4

Ce tableaux est basé sur ces sources.

Note : Aucun navigateur ne supporte le set XLink complet.

Étiquettes et contributeurs liés au document

 Contributeurs à cette page : Sebastianz, SphinxKnight, teoli, Barbrousse
 Dernière mise à jour par : Sebastianz,