diff options
author | Peter Bengtsson <mail@peterbe.com> | 2020-12-10 15:07:40 -0500 |
---|---|---|
committer | Peter Bengtsson <mail@peterbe.com> | 2020-12-10 15:07:40 -0500 |
commit | e3e12548adeb7e1dcfc4d5b32884a225ee2b499d (patch) | |
tree | e79f55a57428a312358befac396d4abe25730206 /files/fr/web/guide/html | |
parent | 65cc6eabd71b1bceccf6fd3d3d4970c2955f3784 (diff) | |
download | translated-content-e3e12548adeb7e1dcfc4d5b32884a225ee2b499d.tar.gz translated-content-e3e12548adeb7e1dcfc4d5b32884a225ee2b499d.tar.bz2 translated-content-e3e12548adeb7e1dcfc4d5b32884a225ee2b499d.zip |
adding translation_of_original to front-matter
Diffstat (limited to 'files/fr/web/guide/html')
-rw-r--r-- | files/fr/web/guide/html/html5/liste_des_éléments_html5/index.html | 1 | ||||
-rw-r--r-- | files/fr/web/guide/html/liens_email/index.html | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/files/fr/web/guide/html/html5/liste_des_éléments_html5/index.html b/files/fr/web/guide/html/html5/liste_des_éléments_html5/index.html index 8e339c8a6f..42f2df0c51 100644 --- a/files/fr/web/guide/html/html5/liste_des_éléments_html5/index.html +++ b/files/fr/web/guide/html/html5/liste_des_éléments_html5/index.html @@ -8,6 +8,7 @@ tags: - HTML5 - Web translation_of: Web/HTML/Element +translation_of_original: Web/Guide/HTML/HTML5/HTML5_element_list --- <p>Cette Page n'est pas encore complète.</p> diff --git a/files/fr/web/guide/html/liens_email/index.html b/files/fr/web/guide/html/liens_email/index.html index 54f5d4d9b8..77e52eafb4 100644 --- a/files/fr/web/guide/html/liens_email/index.html +++ b/files/fr/web/guide/html/liens_email/index.html @@ -8,6 +8,7 @@ tags: - HTML - Web translation_of: Learn/HTML/Introduction_to_HTML/Creating_hyperlinks#E-mail_links +translation_of_original: Web/Guide/HTML/Email_links --- <p><span class="seoSummary">Il est parfois utile de créer des liens ou des boutons qui nous permettent d'écrire un nouvel e-mail. Par exemple, on peut les utiliser pour créer un bouton « contactez-nous ». Ceci est possible grâce à l'élement HTML {{HTMLElement("a")}} et au format d'URL <code>mailto</code>.</span></p> |