From 906182e62d7eb1efba5403b733aae0537dd2a09f Mon Sep 17 00:00:00 2001 From: Florian Merz Date: Thu, 11 Feb 2021 14:48:48 +0100 Subject: unslug nl: modify --- files/nl/learn/forms/advanced_form_styling/index.html | 3 ++- files/nl/learn/forms/basic_native_form_controls/index.html | 3 ++- files/nl/learn/forms/how_to_structure_a_web_form/index.html | 3 ++- files/nl/learn/forms/index.html | 3 ++- .../forms/property_compatibility_table_for_form_controls/index.html | 3 ++- files/nl/learn/forms/sending_and_retrieving_form_data/index.html | 3 ++- files/nl/learn/forms/styling_web_forms/index.html | 3 ++- files/nl/learn/forms/your_first_form/index.html | 3 ++- 8 files changed, 16 insertions(+), 8 deletions(-) (limited to 'files/nl/learn/forms') diff --git a/files/nl/learn/forms/advanced_form_styling/index.html b/files/nl/learn/forms/advanced_form_styling/index.html index 1025b94397..11903ed7b2 100644 --- a/files/nl/learn/forms/advanced_form_styling/index.html +++ b/files/nl/learn/forms/advanced_form_styling/index.html @@ -1,6 +1,6 @@ --- title: Geavanceerde styling van HTML-formulieren -slug: Learn/HTML/Forms/Geavanceerde_styling_van_HTML-formulieren +slug: Learn/Forms/Advanced_form_styling tags: - CSS - Formulieren @@ -10,6 +10,7 @@ tags: - Web - voorbeeld translation_of: Learn/Forms/Advanced_form_styling +original_slug: Learn/HTML/Forms/Geavanceerde_styling_van_HTML-formulieren ---

In dit artikel wordt ingegaan op het gebruik van CSS in HTML-formulieren om moeilijk te stijlen widgetsaan te passen. Zoals in vorig artikel werd aangegeven vormen tekstvelden en knoppen geen enkel probleem in CSS. Hier wordt dieper ingegaan  op de donkere kant van het stijlen van HTML-formulieren.

diff --git a/files/nl/learn/forms/basic_native_form_controls/index.html b/files/nl/learn/forms/basic_native_form_controls/index.html index 844466956e..5b83a25f57 100644 --- a/files/nl/learn/forms/basic_native_form_controls/index.html +++ b/files/nl/learn/forms/basic_native_form_controls/index.html @@ -1,12 +1,13 @@ --- title: The native form widgets -slug: Learn/HTML/Forms/The_native_form_widgets +slug: Learn/Forms/Basic_native_form_controls tags: - Formulier - HTML - HTML5 - voorbeeld translation_of: Learn/Forms/Basic_native_form_controls +original_slug: Learn/HTML/Forms/The_native_form_widgets ---

HTML formulieren bestaan uit widgets. Widgets zijn besturingselementen die door elke browser ondersteunt worden. In dit artikel wordt besproken hoe elke widget  werkt en hoe goed hij ondersteund wordt door de verschillende browsers.

diff --git a/files/nl/learn/forms/how_to_structure_a_web_form/index.html b/files/nl/learn/forms/how_to_structure_a_web_form/index.html index ae4ec439c2..9bdc0006b5 100644 --- a/files/nl/learn/forms/how_to_structure_a_web_form/index.html +++ b/files/nl/learn/forms/how_to_structure_a_web_form/index.html @@ -1,12 +1,13 @@ --- title: How to structure an HTML form -slug: Learn/HTML/Forms/How_to_structure_an_HTML_form +slug: Learn/Forms/How_to_structure_a_web_form tags: - Attribuut - Element - HTML - voorbeeld translation_of: Learn/Forms/How_to_structure_a_web_form +original_slug: Learn/HTML/Forms/How_to_structure_an_HTML_form ---

Formulieren zijn een van de meest complexe structuren in HTML. Elk basisformulier kan gemaakt worden met elementen en attributen. Door een correcte opbouw wordt een bruikbaar en toegankelijk formulier verkregen.

diff --git a/files/nl/learn/forms/index.html b/files/nl/learn/forms/index.html index 13853c2ccf..886250cfb7 100644 --- a/files/nl/learn/forms/index.html +++ b/files/nl/learn/forms/index.html @@ -1,6 +1,6 @@ --- title: HTML forms guide -slug: Learn/HTML/Forms +slug: Learn/Forms tags: - Featured - Forms @@ -10,6 +10,7 @@ tags: - TopicStub - Web translation_of: Learn/Forms +original_slug: Learn/HTML/Forms ---

This guide is a series of articles that will help you master HTML forms. HTML forms are a very powerful tool for interacting with users; however, for historical and technical reasons, it's not always obvious how to use them to their full potential. In this guide, we'll cover all aspects of HTML forms, from structure to styling, from data handling to custom widgets. You'll learn to enjoy the great power they offer!

diff --git a/files/nl/learn/forms/property_compatibility_table_for_form_controls/index.html b/files/nl/learn/forms/property_compatibility_table_for_form_controls/index.html index 37de621400..2b3f8d8db2 100644 --- a/files/nl/learn/forms/property_compatibility_table_for_form_controls/index.html +++ b/files/nl/learn/forms/property_compatibility_table_for_form_controls/index.html @@ -1,7 +1,8 @@ --- title: Compatibiliteitstabel voor formulierelementen -slug: Compatibiliteitstabel_voor_formulierelementen +slug: Learn/Forms/Property_compatibility_table_for_form_controls translation_of: Learn/Forms/Property_compatibility_table_for_form_controls +original_slug: Compatibiliteitstabel_voor_formulierelementen ---

De volgende compatibiliteitstabellen trachten een samenvatting te geven van CSS-ondersteuning voor HTML-formulieren. Door de complexiteit van CSS en HTML kunnen deze tabellen niet als volledig beschouwd worden. Zij geven echter een goed inzicht in wat wel en wat niet mogelijk is.

diff --git a/files/nl/learn/forms/sending_and_retrieving_form_data/index.html b/files/nl/learn/forms/sending_and_retrieving_form_data/index.html index feea7f5f78..2ba87686f9 100644 --- a/files/nl/learn/forms/sending_and_retrieving_form_data/index.html +++ b/files/nl/learn/forms/sending_and_retrieving_form_data/index.html @@ -1,6 +1,6 @@ --- title: Formuliergegevens verzenden -slug: Learn/HTML/Forms/Verzenden_van_formuliergegevens +slug: Learn/Forms/Sending_and_retrieving_form_data tags: - Beginner - Bestanden @@ -11,6 +11,7 @@ tags: - Veiligheid - Web translation_of: Learn/Forms/Sending_and_retrieving_form_data +original_slug: Learn/HTML/Forms/Verzenden_van_formuliergegevens ---
{{LearnSidebar}}{{PreviousMenuNext("Learn/HTML/Forms/The_native_form_widgets", "Learn/HTML/Forms/Form_validation", "Learn/HTML/Forms")}}
diff --git a/files/nl/learn/forms/styling_web_forms/index.html b/files/nl/learn/forms/styling_web_forms/index.html index f6c3cda07c..ec56d4ffb6 100644 --- a/files/nl/learn/forms/styling_web_forms/index.html +++ b/files/nl/learn/forms/styling_web_forms/index.html @@ -1,11 +1,12 @@ --- title: Styling HTML forms -slug: Learn/HTML/Forms/Styling_HTML_forms +slug: Learn/Forms/Styling_web_forms tags: - CSS - Formulieren - HTML translation_of: Learn/Forms/Styling_web_forms +original_slug: Learn/HTML/Forms/Styling_HTML_forms ---

In dit artikel leert de gebruiker het om HTML-formulieren vorm te geven met gebruik van CSS. Dit is echter niet  zo eenvoudig. Om historische en technische redenen gaan formulierelementen (widgets) en CSS niet zo goed samen. Daarom maaken veel ontwikkelaars hun eigen HTML widgets om de vormgeving van formulieren in eigen hand te houden. Dankzij de moderne browsers hebben webontwikkelaars meer en meer controle over het ontwerp van formulierelementen.

diff --git a/files/nl/learn/forms/your_first_form/index.html b/files/nl/learn/forms/your_first_form/index.html index 43c489e5a9..0d9705f88e 100644 --- a/files/nl/learn/forms/your_first_form/index.html +++ b/files/nl/learn/forms/your_first_form/index.html @@ -1,12 +1,13 @@ --- title: My first HTML form -slug: Learn/HTML/Forms/Your_first_HTML_form +slug: Learn/Forms/Your_first_form tags: - CSS - Formulier - HTML - voorbeeld translation_of: Learn/Forms/Your_first_form +original_slug: Learn/HTML/Forms/Your_first_HTML_form ---

Dit is een inleidend artikel tot HTML formulieren.  Door middel van een eenvoudig contactformulier maken we kennis met de basiselementen van HTML formulieren. Dit artikel veronderstelt dat de lezer niets afweet van HTML formulieren, maar dat hij een basiskennis heeft van the basics of HTML en CSS.

-- cgit v1.2.3-54-g00ecf