aboutsummaryrefslogtreecommitdiff
path: root/files/fr/glossary/attribute/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/fr/glossary/attribute/index.html')
-rw-r--r--files/fr/glossary/attribute/index.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/files/fr/glossary/attribute/index.html b/files/fr/glossary/attribute/index.html
index 78f28af36f..e9c94a2553 100644
--- a/files/fr/glossary/attribute/index.html
+++ b/files/fr/glossary/attribute/index.html
@@ -8,7 +8,7 @@ tags:
translation_of: Glossary/Attribute
original_slug: Glossaire/Attribut
---
-<p><span class="glossaryLink new">Un <em>attribut</em></span> vient compléter un {{Glossary("tag")}}. Sa présence peut être requise ou facultative. Il peut fournir des méta-informations ou changer le comportement du tag. La syntaxe est <code>name=value</code> où <em>name</em> est l'identificateur de l'attribut et <em>value</em> sa valeur attribuée.</p>
+<p>Un <em>attribut</em> vient compléter un {{Glossary("tag")}}. Sa présence peut être requise ou facultative. Il peut fournir des méta-informations ou changer le comportement du tag. La syntaxe est <code>name=value</code> où <em>name</em> est l'identificateur de l'attribut et <em>value</em> sa valeur attribuée.</p>
<pre class="brush: html">&lt;!-- Voici un exemple de tag sans attribut --&gt;
&lt;h2&gt;Titre&lt;/h2&gt;
@@ -30,6 +30,6 @@ original_slug: Glossaire/Attribut
<h3 id="Informations_techniques">Informations techniques</h3>
<ul>
- <li><a href="https://developer.mozilla.org/fr/docs/Web/HTML/Attributs">Liste des attributs HTML</a></li>
- <li>Informations concernant les <a href="https://developer.mozilla.org/fr/docs/Web/HTML/Attributs_universels">attributs universels</a> en HTML.</li>
+ <li><a href="/fr/docs/Web/HTML/Attributs">Liste des attributs HTML</a></li>
+ <li>Informations concernant les <a href="/fr/docs/Web/HTML/Attributs_universels">attributs universels</a> en HTML.</li>
</ul>