From 39f2114f9797eb51994966c6bb8ff1814c9a4da8 Mon Sep 17 00:00:00 2001 From: Florian Merz Date: Thu, 11 Feb 2021 12:36:08 +0100 Subject: unslug fr: move --- files/fr/conflicting/web/html/element/index.html | 580 +++++++++++++++++++++ .../web/html/global_attributes/index.html | 26 + 2 files changed, 606 insertions(+) create mode 100644 files/fr/conflicting/web/html/element/index.html create mode 100644 files/fr/conflicting/web/html/global_attributes/index.html (limited to 'files/fr/conflicting/web/html') diff --git a/files/fr/conflicting/web/html/element/index.html b/files/fr/conflicting/web/html/element/index.html new file mode 100644 index 0000000000..42f2df0c51 --- /dev/null +++ b/files/fr/conflicting/web/html/element/index.html @@ -0,0 +1,580 @@ +--- +title: Liste des éléments HTML5 +slug: Web/Guide/HTML/HTML5/Liste_des_éléments_HTML5 +tags: + - Débutant + - Guide + - HTML + - HTML5 + - Web +translation_of: Web/HTML/Element +translation_of_original: Web/Guide/HTML/HTML5/HTML5_element_list +--- +

Cette Page n'est pas encore complète.

+ +

Travail progressif basé sur document de travail en court à http://www.whatwg.org/specs/web-apps/current-work/multipage/.

+ +

Élément racine

+ +

Les éléments racines définissent la structure d'un document HTML. Ils sont présents dans chacune des pages web et se situent à la suite de la déclaration doctype à la première ligne du document HTML. Les éléments de page sont placés à l'intérieur des balises ouvrante <html> et fermante </html>.

+ + + + + + + + + + + + + + +
BaliseDescription
{{ HTMLElement("html") }}L'élément HTML racine (<html>) représente la racine du document HTML. Tout autre élément est un descendant de cet élément racine.
+ +

Métadonnées du document

+ +

Les méta-données contiennent les informations liées à la page telles que les styles de présentation et les scripts. Les méta-données de style et de scripts peuvent être définies au sein de la page web ou via un lien pointant vers un fichier.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
BaliseDescription
{{ HTMLElement("head") }} 
{{ HTMLElement("title") }} 
{{ HTMLElement("base") }} 
{{ HTMLElement("link") }} 
{{ HTMLElement("meta") }} 
{{ HTMLElement("style") }} 
+ +

Gestion des scripts

+ + + + + + + + + + + + + + + + + + +
BaliseDescription
{{ HTMLElement("script") }} 
{{ HTMLElement("noscript") }} 
+ +

Sections

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
BaliseDescription
{{ HTMLElement("body") }} 
{{ HTMLElement("section") }} 
{{ HTMLElement("nav") }} 
{{ HTMLElement("article") }} 
{{ HTMLElement("aside") }} 
<h1>,<h2>,<h3>,<h4>,<h5>,<h6> 
{{ HTMLElement("hgroup") }} 
{{ HTMLElement("header") }} 
{{ HTMLElement("footer") }} 
{{ HTMLElement("address") }} 
+ +

Contenu de type bloc

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
BaliseDescription
{{ HTMLElement("p") }} 
{{ HTMLElement("hr") }} 
{{ HTMLElement("pre") }} 
{{ HTMLElement("blockquote") }} 
{{ HTMLElement("ol") }} 
{{ HTMLElement("ul") }} 
{{ HTMLElement("li") }} 
{{ HTMLElement("dl") }} 
{{ HTMLElement("dt") }} 
{{ HTMLElement("dd") }} 
{{ HTMLElement("figure") }} 
{{ HTMLElement("figcaption") }} 
{{ HTMLElement("div") }} 
+ +

Les sémantiques à un niveau textuel

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
BaliseDescription
{{ HTMLElement("a") }} 
{{ HTMLElement("em") }} 
{{ HTMLElement("strong") }} 
{{ HTMLElement("small") }} 
{{ HTMLElement("s") }} 
{{ HTMLElement("cite") }} 
{{ HTMLElement("q") }} 
{{ HTMLElement("dfn") }} 
{{ HTMLElement("abbr") }} 
{{ HTMLElement("data") }} 
{{ HTMLElement("time") }} 
{{ HTMLElement("code") }} 
{{ HTMLElement("var") }} 
{{ HTMLElement("samp") }} 
{{ HTMLElement("kbd") }} 
{{ HTMLElement("sub") }},{{ HTMLElement("sup") }} 
{{ HTMLElement("i") }} 
{{ HTMLElement("b") }} 
{{ HTMLElement("u") }} 
{{ HTMLElement("mark") }} 
{{ HTMLElement("ruby") }} 
{{ HTMLElement("rt") }} 
{{ HTMLElement("rp") }} 
{{ HTMLElement("bdi") }} 
{{ HTMLElement("bdo") }} 
{{ HTMLElement("span") }} 
{{ HTMLElement("br") }} 
{{ HTMLElement("wbr") }} 
+ +

Les éléments d'édition

+ + + + + + + + + + + + + + + + + + +
Balise 
{{ HTMLElement("ins") }} 
{{ HTMLElement("del") }} 
+ +

Le contenu inclus

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Balise 
{{ HTMLElement("img") }} 
{{ HTMLElement("iframe") }} 
{{ HTMLElement("object") }} 
{{ HTMLElement("param") }} 
{{ HTMLElement("video") }} 
{{ HTMLElement("audio") }} 
{{ HTMLElement("source") }} 
{{ HTMLElement("track") }} 
{{ HTMLElement("canvas") }} 
{{ HTMLElement("map") }} 
{{ HTMLElement("area") }} 
{{ HTMLElement("svg") }} 
{{ HTMLElement("math") }} 
+ +

Les données tabulaire

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Balise 
{{ HTMLElement("table") }} 
{{ HTMLElement("caption") }} 
{{ HTMLElement("colgroup") }} 
{{ HTMLElement("col") }} 
{{ HTMLElement("tbody") }} 
{{ HTMLElement("thead") }} 
{{ HTMLElement("tfoot") }} 
{{ HTMLElement("tr") }} 
{{ HTMLElement("td") }} 
{{ HTMLElement("th") }} 
+ +

Les formulaires

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Balise 
{{ HTMLElement("form") }} 
{{ HTMLElement("fieldset") }} 
{{ HTMLElement("legend") }} 
{{ HTMLElement("label") }} 
{{ HTMLElement("input") }} 
{{ HTMLElement("button") }} 
{{ HTMLElement("select") }} 
{{ HTMLElement("datalist") }} 
{{ HTMLElement("optgroup") }} 
{{ HTMLElement("option") }} 
{{ HTMLElement("textarea") }} 
{{ HTMLElement("keygen") }} 
{{ HTMLElement("output") }} 
{{ HTMLElement("progress") }} 
{{ HTMLElement("meter") }} 
+ +

Les éléments pour l'interactivité

+ + + + + + + + + + + + + + + + + + + + + + + + + + +
Balise 
{{ HTMLElement("details") }} 
{{ HTMLElement("summary") }} 
{{ HTMLElement("command") }} 
{{ HTMLElement("menu") }} 
+ +

 

diff --git a/files/fr/conflicting/web/html/global_attributes/index.html b/files/fr/conflicting/web/html/global_attributes/index.html new file mode 100644 index 0000000000..3ff9306fa4 --- /dev/null +++ b/files/fr/conflicting/web/html/global_attributes/index.html @@ -0,0 +1,26 @@ +--- +title: Attribut universel +slug: Glossaire/Attribut_global +tags: + - Attribut + - Glossaire + - HTML +translation_of: Web/HTML/Global_attributes +translation_of_original: Glossary/Global_attribute +--- +

Les attributs universels sont des {{glossary("attribute","attributs")}} qui peuvent être utilisés avec tous les {{glossary("element","éléments")}} (bien que parfois sans effet sur certains d'entre-eux).

+ +

Un petit nombre d'attributs peut être utilisé sur tout élément HTML :

+ + + +

Pour approfondir

+ + -- cgit v1.2.3-54-g00ecf