blob: ed882eaf630d5b86e38b866b0cb04258a0e2a8e6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
---
title: HTMLSpanElement
slug: Web/API/HTMLSpanElement
tags:
- DOM
- Référence_du_DOM_Gecko
translation_of: Web/API/HTMLSpanElement
---
{{ ApiRef() }}
L'élément DOM `span` supporte l'interface `HTMLSpanElement`, qui est dérivé de l'interface {{ domxref("HTMLElement") }}. Il ne supporte aucune propriété ou méthode additionnelle par rapport à `HTMLElement`.
## Voir également
- {{ HTMLElement("span") }}
- Spécification W3C de l'élément [span](http://www.w3.org/TR/html4/struct/global.html#edef-SPAN)
- Spécification DOM : [interface `HTMLElement`](http://www.w3.org/TR/DOM-Level-2-HTML/html.html#ID-58190037)
|