blob: 013a2d97773d1f68708016f3843e29019d0453b4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
---
title: HTMLSpanElement
slug: Web/API/HTMLSpanElement
tags:
- DOM
- Référence_du_DOM_Gecko
translation_of: Web/API/HTMLSpanElement
---
<div>
{{ ApiRef() }}</div>
<p>L'élément DOM <code>span</code> supporte l'interface <code><span class="external">HTMLSpanElement</span></code>, qui est dérivé de l'interface {{ domxref("HTMLElement") }}. Il ne supporte aucune propriété ou méthode additionnelle par rapport à <code>HTMLElement</code>.</p>
<h2 id="Voir_également">Voir également</h2>
<ul>
<li>{{ HTMLElement("span") }}</li>
<li>Spécification W3C de l'élément <a class="external" href="http://www.w3.org/TR/html4/struct/global.html#edef-SPAN" title="http://www.w3.org/TR/html4/struct/global.html#edef-SPAN">span</a></li>
<li>Spécification DOM : <a href="http://www.w3.org/TR/DOM-Level-2-HTML/html.html#ID-58190037" title="http://www.w3.org/TR/DOM-Level-2-HTML/html.html#ID-58190037">interface <span class="external"><code>HTMLElement</code></span></a></li>
</ul>
<div>
</div>
|