aboutsummaryrefslogtreecommitdiff
path: root/files/fr/web/html/element/option/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/fr/web/html/element/option/index.html')
-rw-r--r--files/fr/web/html/element/option/index.html4
1 files changed, 1 insertions, 3 deletions
diff --git a/files/fr/web/html/element/option/index.html b/files/fr/web/html/element/option/index.html
index b8db2dbec8..469756c960 100644
--- a/files/fr/web/html/element/option/index.html
+++ b/files/fr/web/html/element/option/index.html
@@ -15,8 +15,6 @@ translation_of: Web/HTML/Element/option
<div>{{EmbedInteractiveExample("pages/tabbed/option.html", "tabbed-standard")}}</div>
-<p class="hidden">Le code source de cet exemple interactif est disponible dans un dépôt GitHub. Si vous souhaitez contribuez à ces exemples, n'hésitez pas à cloner <a href="https://github.com/mdn/interactive-examples">https://github.com/mdn/interactive-examples</a> et à envoyer une <em>pull request</em> !</p>
-
<h2 id="Attributs">Attributs</h2>
<p>Comme tous les autres éléments HTML, cet élément inclut <a href="/fr/docs/Web/HTML/Attributs_universels">les attributs universels</a>.</p>
@@ -36,7 +34,7 @@ translation_of: Web/HTML/Element/option
<h3 id="HTML">HTML</h3>
-<pre class="brush: html notranslate">&lt;select name="select"&gt;
+<pre class="brush: html">&lt;select name="select"&gt;
Elle est où la poulette ?
&lt;option value="value1"&gt;Avec les lapins&lt;/option&gt;
&lt;option value="value2" selected&gt;Avec les canards&lt;/option&gt;