diff options
author | SphinxKnight <SphinxKnight@users.noreply.github.com> | 2021-11-15 19:39:35 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-15 19:39:35 +0100 |
commit | 6f6e297fbfa7867b1f42c4245df20f4282b3b083 (patch) | |
tree | e602e617243ed4427e45c30554939818bfba8d6e /files/fr/glossary/html | |
parent | 34d315396ca29d7ef51ecc27eeeeeb275e9b0ba9 (diff) | |
download | translated-content-6f6e297fbfa7867b1f42c4245df20f4282b3b083.tar.gz translated-content-6f6e297fbfa7867b1f42c4245df20f4282b3b083.tar.bz2 translated-content-6f6e297fbfa7867b1f42c4245df20f4282b3b083.zip |
Prepare Glossary section for Markdown conversion (#2971)
* Remove seoSummary and summary classes
* Fix hidden blocks / code samples
* Remove span cruft
* Remove <font> and <style .. font..>
* Remove notranslate
* Remove id other than in headings
* Fix pre blocks and remove style
* Fix other report one offs and remove absolute urls
* Remove external classes
* Fixing images url
Diffstat (limited to 'files/fr/glossary/html')
-rw-r--r-- | files/fr/glossary/html/anatomy-element-html.png | bin | 0 -> 8515 bytes | |||
-rw-r--r-- | files/fr/glossary/html/index.html | 8 |
2 files changed, 4 insertions, 4 deletions
diff --git a/files/fr/glossary/html/anatomy-element-html.png b/files/fr/glossary/html/anatomy-element-html.png Binary files differnew file mode 100644 index 0000000000..291381e3f6 --- /dev/null +++ b/files/fr/glossary/html/anatomy-element-html.png diff --git a/files/fr/glossary/html/index.html b/files/fr/glossary/html/index.html index 9de4106564..ba1097de84 100644 --- a/files/fr/glossary/html/index.html +++ b/files/fr/glossary/html/index.html @@ -25,7 +25,7 @@ original_slug: Glossaire/HTML <p>On peut préciser les balises HTML avec des {{Glossary("Attribute","attributs")}} pour fournir des informations complémentaires qui vont modifier la façon dont le navigateur va interpréter l'élément :</p> -<p><img alt="Detail of the structure of an HTML element" src="https://mdn.mozillademos.org/files/16605/anatomie-element-html.png" style="height: 181px; width: 609px;"></p> +<p><img alt="Detail of the structure of an HTML element" src="anatomy-element-html.png"></p> <p>Un fichier HTML est généralement enregistré avec une extension <code>.htm</code> ou <code>.html</code>. Il est mis à disposition par un {{Glossary("Server","serveur web")}}, et le rendu est réalisé par un {{Glossary("Browser","navigateur Web")}}.</p> @@ -41,12 +41,12 @@ original_slug: Glossaire/HTML <ul> <li><a href="/fr/docs/Apprendre/HTML">Notre tutoriel HTML</a></li> - <li><a href="http://www.codecademy.com/en/tracks/web" rel="external">Les cours web sur codecademy.com</a></li> + <li><a href="http://www.codecademy.com/en/tracks/web">Les cours web sur codecademy.com</a></li> </ul> <h3 id="Référence_technique">Référence technique</h3> <ul> - <li><a href="https://developer.mozilla.org/fr/docs/Web/HTML">La documentation HTML sur MDN</a></li> - <li><a href="http://www.w3.org/TR/html5/" rel="external">La spécification HTML</a></li> + <li><a href="/fr/docs/Web/HTML">La documentation HTML sur MDN</a></li> + <li><a href="http://www.w3.org/TR/html5/">La spécification HTML</a></li> </ul> |