blob: 1746f9c197b8585eedd5f5966d03e7ffadc38950 (
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>HTMLSpanElement</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 href="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">interface <code>HTMLElement</code></a></li>
</ul>
<div>
</div>
|