From 1dbea823b8b72de289161a879207736b1b34889a Mon Sep 17 00:00:00 2001 From: Carolyn Wu <87150472+cw118@users.noreply.github.com> Date: Sat, 29 Jan 2022 06:27:27 -0500 Subject: Markdown error fixes for French pages (#3850) --- .../learn/html/howto/author_fast-loading_html_pages/index.md | 12 +++++------- .../html/introduction_to_html/creating_hyperlinks/index.md | 4 ++-- .../introduction_to_html/html_text_fundamentals/index.md | 6 +++--- .../html/multimedia_and_embedding/images_in_html/index.md | 6 +++--- 4 files changed, 13 insertions(+), 15 deletions(-) (limited to 'files/fr/learn/html') diff --git a/files/fr/learn/html/howto/author_fast-loading_html_pages/index.md b/files/fr/learn/html/howto/author_fast-loading_html_pages/index.md index e863d69994..68bdbac865 100644 --- a/files/fr/learn/html/howto/author_fast-loading_html_pages/index.md +++ b/files/fr/learn/html/howto/author_fast-loading_html_pages/index.md @@ -93,13 +93,11 @@ Notez, cependant, que beaucoup de conseils énumérés dans cette page sont des ### Liens connexes -\* [Optimisez vos pages avec Yslow](http://www.alsacreations.com/astuce/lire/527-optimisez-vos-pages-avec-yslow.html) -    \* [Livre: "Speed Up Your Site" par Andy King](http://www.websiteoptimization.com/) -    \*[ Site Optimization Tutorial ](http://webmonkey.wired.com/webmonkey/design/site_building/tutorials/tutorial2.html)(WebMonkey) (en anglais)  -    \* [Best Practices for Speeding Up Your Web Site](http://developer.yahoo.com/performance/rules.html) (en anglais) - - +- [Optimisez vos pages avec Yslow](http://www.alsacreations.com/astuce/lire/527-optimisez-vos-pages-avec-yslow.html) +- [Livre : "Speed Up Your Site" par Andy King](http://www.websiteoptimization.com/) +- [Site Optimization Tutorial (WebMonkey)](http://webmonkey.wired.com/webmonkey/design/site_building/tutorials/tutorial2.html) (en anglais) +- [Best Practices for Speeding Up Your Web Site](https://developer.yahoo.com/performance/rules.html) (en anglais) **Document d'information d'origine** -\* https\://developer.mozilla.org/en/Tips_for_Authoring_Fast-loading_HTML_Pages +- https\://developer.mozilla.org/en/Tips_for_Authoring_Fast-loading_HTML_Pages diff --git a/files/fr/learn/html/introduction_to_html/creating_hyperlinks/index.md b/files/fr/learn/html/introduction_to_html/creating_hyperlinks/index.md index 60d64730b5..0ec412de20 100644 --- a/files/fr/learn/html/introduction_to_html/creating_hyperlinks/index.md +++ b/files/fr/learn/html/introduction_to_html/creating_hyperlinks/index.md @@ -193,7 +193,7 @@ Il est facile de mettre des liens sur une page. Mais ce n'est pas suffisant. Nou Regardons un exemple particulier : -**\*Bon** texte de lien:\* [Télécharger Firefox](https://firefox.com) +**Bon** texte de lien : [Télécharger Firefox](https://firefox.com) ```html

@@ -201,7 +201,7 @@ Regardons un exemple particulier :

``` -**\*Mauvais** texte de lien :\* [Cliquer ici ](https://firefox.com/)pour télécharger Firefox +**Mauvais** texte de lien : [Cliquer ici ](https://firefox.com/)pour télécharger Firefox ```html

diff --git a/files/fr/learn/html/introduction_to_html/html_text_fundamentals/index.md b/files/fr/learn/html/introduction_to_html/html_text_fundamentals/index.md index be405b6a22..215bfa8613 100644 --- a/files/fr/learn/html/introduction_to_html/html_text_fundamentals/index.md +++ b/files/fr/learn/html/introduction_to_html/html_text_fundamentals/index.md @@ -276,7 +276,7 @@ Les listes non-ordonnées sont utilisées pour représenter des listes d'éléme pain houmous -Les listes non-ordonnées débutent par un élément {{htmlelement("ul")}} (**\*u**norderd **l**ist\*) qui enveloppe tous les éléments de la liste: +Les listes non-ordonnées débutent par un élément {{htmlelement("ul")}} (**u**nordered **l**ist) qui enveloppe tous les éléments de la liste : ```html

``` -Chaque item est contenu dans un élément {{htmlelement("li")}} (**\*l**ist **i**tem\*): +Chaque item est contenu dans un élément {{htmlelement("li")}} (**l**ist **i**tem) : ```html