diff options
Diffstat (limited to 'files/fr/web/api/node/firstchild/index.html')
-rw-r--r-- | files/fr/web/api/node/firstchild/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/files/fr/web/api/node/firstchild/index.html b/files/fr/web/api/node/firstchild/index.html index 3c846498af..03550acf9f 100644 --- a/files/fr/web/api/node/firstchild/index.html +++ b/files/fr/web/api/node/firstchild/index.html @@ -21,7 +21,7 @@ translation_of: Web/API/Node/firstChild <p>Cet exemple montre l'utilisation de <code>firstChild</code> et la manière dont les nœuds d'espaces peuvent interférer.</p> -<pre><p id="para-01"> +<pre class="brush: html"><p id="para-01"> <span>Premier span</span> </p> @@ -37,7 +37,7 @@ translation_of: Web/API/Node/firstChild <p>Si ces espaces sont retirés du code source, les nœuds <code>#text</code> n'apparaîtront plus et l'élément span deviendra le premier enfant du paragraphe.</p> -<pre><p id="para-01"><span>Premier span</span></p> +<pre class="brush: html"><p id="para-01"><span>Premier span</span></p> <script type="text/javascript"> var p01 = document.getElementById('para-01'); |