aboutsummaryrefslogtreecommitdiff
path: root/files/nl/learn
diff options
context:
space:
mode:
authorFlorian Merz <me@fiji-flo.de>2021-02-11 14:48:48 +0100
committerFlorian Merz <me@fiji-flo.de>2021-02-11 14:48:48 +0100
commit906182e62d7eb1efba5403b733aae0537dd2a09f (patch)
tree9e6336b9fe84afebde8eefaf2e6481d56d20d689 /files/nl/learn
parent004b3c5fc8d71b68fcb019c9e0346bf80024dbbd (diff)
downloadtranslated-content-906182e62d7eb1efba5403b733aae0537dd2a09f.tar.gz
translated-content-906182e62d7eb1efba5403b733aae0537dd2a09f.tar.bz2
translated-content-906182e62d7eb1efba5403b733aae0537dd2a09f.zip
unslug nl: modify
Diffstat (limited to 'files/nl/learn')
-rw-r--r--files/nl/learn/css/css_layout/positioning/index.html3
-rw-r--r--files/nl/learn/css/first_steps/index.html3
-rw-r--r--files/nl/learn/forms/advanced_form_styling/index.html3
-rw-r--r--files/nl/learn/forms/basic_native_form_controls/index.html3
-rw-r--r--files/nl/learn/forms/how_to_structure_a_web_form/index.html3
-rw-r--r--files/nl/learn/forms/index.html3
-rw-r--r--files/nl/learn/forms/property_compatibility_table_for_form_controls/index.html3
-rw-r--r--files/nl/learn/forms/sending_and_retrieving_form_data/index.html3
-rw-r--r--files/nl/learn/forms/styling_web_forms/index.html3
-rw-r--r--files/nl/learn/forms/your_first_form/index.html3
-rw-r--r--files/nl/learn/getting_started_with_the_web/css_basics/index.html3
-rw-r--r--files/nl/learn/getting_started_with_the_web/dealing_with_files/index.html3
-rw-r--r--files/nl/learn/getting_started_with_the_web/how_the_web_works/index.html3
-rw-r--r--files/nl/learn/getting_started_with_the_web/html_basics/index.html3
-rw-r--r--files/nl/learn/getting_started_with_the_web/installing_basic_software/index.html3
-rw-r--r--files/nl/learn/getting_started_with_the_web/publishing_your_website/index.html3
-rw-r--r--files/nl/learn/getting_started_with_the_web/what_will_your_website_look_like/index.html3
-rw-r--r--files/nl/learn/html/introduction_to_html/advanced_text_formatting/index.html3
-rw-r--r--files/nl/learn/html/introduction_to_html/creating_hyperlinks/index.html3
-rw-r--r--files/nl/learn/html/introduction_to_html/debugging_html/index.html3
-rw-r--r--files/nl/learn/html/introduction_to_html/marking_up_a_letter/index.html3
-rw-r--r--files/nl/learn/html/introduction_to_html/structuring_a_page_of_content/index.html3
-rw-r--r--files/nl/learn/html/introduction_to_html/the_head_metadata_in_html/index.html3
-rw-r--r--files/nl/learn/html/multimedia_and_embedding/images_in_html/index.html3
-rw-r--r--files/nl/learn/html/multimedia_and_embedding/index.html3
-rw-r--r--files/nl/learn/html/multimedia_and_embedding/video_and_audio_content/index.html3
-rw-r--r--files/nl/learn/javascript/client-side_web_apis/manipulating_documents/index.html3
27 files changed, 54 insertions, 27 deletions
diff --git a/files/nl/learn/css/css_layout/positioning/index.html b/files/nl/learn/css/css_layout/positioning/index.html
index a46d73a38b..647827a3b7 100644
--- a/files/nl/learn/css/css_layout/positioning/index.html
+++ b/files/nl/learn/css/css_layout/positioning/index.html
@@ -1,6 +1,6 @@
---
title: Positionering
-slug: Learn/CSS/CSS_layout/Positionering
+slug: Learn/CSS/CSS_layout/Positioning
tags:
- Article
- Beginner
@@ -13,6 +13,7 @@ tags:
- absoluut
- relatief
translation_of: Learn/CSS/CSS_layout/Positioning
+original_slug: Learn/CSS/CSS_layout/Positionering
---
<div>{{LearnSidebar}}</div>
diff --git a/files/nl/learn/css/first_steps/index.html b/files/nl/learn/css/first_steps/index.html
index e2b167686e..87e9ffe703 100644
--- a/files/nl/learn/css/first_steps/index.html
+++ b/files/nl/learn/css/first_steps/index.html
@@ -1,8 +1,9 @@
---
title: Voor Beginners
-slug: Web/CSS/Voor_Beginners
+slug: Learn/CSS/First_steps
translation_of: Learn/CSS/First_steps
translation_of_original: Web/Guide/CSS/Getting_started
+original_slug: Web/CSS/Voor_Beginners
---
<p>
</p>
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
---
<p>In dit artikel wordt ingegaan op het gebruik van <a href="/nl/docs/Web/CSS">CSS </a>in <a href="nl/docs/Learn/HTML/Forms/Styling_HTML_forms">HTML</a>-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.</p>
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
---
<p><a href="/en-US/docs/HTML/Forms" title="/en-US/docs/HTML/Forms">HTML formulieren</a> 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.</p>
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
---
<p>Formulieren zijn een van de meest complexe structuren in <a href="/en-US/docs/HTML" title="/en-US/docs/HTML">HTML</a>. Elk basisformulier kan gemaakt worden met elementen en attributen. Door een correcte opbouw wordt een bruikbaar en <a href="/en-US/docs/Web/Accessibility">toegankelijk </a>formulier verkregen.</p>
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
---
<p><span class="seoSummary">This guide is a series of articles that will help you master HTML forms.</span> 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!</p>
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
---
<p>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.</p>
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
---
<div>{{LearnSidebar}}{{PreviousMenuNext("Learn/HTML/Forms/The_native_form_widgets", "Learn/HTML/Forms/Form_validation", "Learn/HTML/Forms")}}</div>
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
---
<p>In dit artikel leert de gebruiker het om <a href="/en-US/docs/HTML" title="/en-US/docs/HTML">HTML</a>-formulieren vorm te geven met gebruik van <a href="/en-US/docs/CSS" title="/en-US/docs/CSS">CSS</a>. 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.</p>
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
---
<p>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 <a href="/en-US/docs/Web/Guide/HTML/Forms_in_HTML">the basics of HTML</a> en <a href="/en-US/docs/Learn/Getting_started_with_the_web/CSS_basics">CSS</a>.</p>
diff --git a/files/nl/learn/getting_started_with_the_web/css_basics/index.html b/files/nl/learn/getting_started_with_the_web/css_basics/index.html
index 8b24396a2f..6ac3c8a401 100644
--- a/files/nl/learn/getting_started_with_the_web/css_basics/index.html
+++ b/files/nl/learn/getting_started_with_the_web/css_basics/index.html
@@ -1,6 +1,6 @@
---
title: De basisbegrippen van CSS
-slug: Learn/Getting_started_with_the_web/CSS_basisbegrippen
+slug: Learn/Getting_started_with_the_web/CSS_basics
tags:
- Beginner
- CSS
@@ -9,6 +9,7 @@ tags:
- Stijlen
- Web
translation_of: Learn/Getting_started_with_the_web/CSS_basics
+original_slug: Learn/Getting_started_with_the_web/CSS_basisbegrippen
---
<div>{{LearnSidebar}}</div>
diff --git a/files/nl/learn/getting_started_with_the_web/dealing_with_files/index.html b/files/nl/learn/getting_started_with_the_web/dealing_with_files/index.html
index 66219f2149..8adbe4dc85 100644
--- a/files/nl/learn/getting_started_with_the_web/dealing_with_files/index.html
+++ b/files/nl/learn/getting_started_with_the_web/dealing_with_files/index.html
@@ -1,6 +1,6 @@
---
title: Omgaan met bestanden
-slug: Learn/Getting_started_with_the_web/Bestanden_beheren
+slug: Learn/Getting_started_with_the_web/Dealing_with_files
tags:
- Beginner
- Bestanden
@@ -10,6 +10,7 @@ tags:
- Theorie
- website
translation_of: Learn/Getting_started_with_the_web/Dealing_with_files
+original_slug: Learn/Getting_started_with_the_web/Bestanden_beheren
---
<div>{{LearnSidebar}}</div>
diff --git a/files/nl/learn/getting_started_with_the_web/how_the_web_works/index.html b/files/nl/learn/getting_started_with_the_web/how_the_web_works/index.html
index 763655de10..ac927f09ec 100644
--- a/files/nl/learn/getting_started_with_the_web/how_the_web_works/index.html
+++ b/files/nl/learn/getting_started_with_the_web/how_the_web_works/index.html
@@ -1,6 +1,6 @@
---
title: Hoe werkt het web?
-slug: Learn/Getting_started_with_the_web/Hoe_werkt_het_web
+slug: Learn/Getting_started_with_the_web/How_the_Web_works
tags:
- Beginner
- Client
@@ -12,6 +12,7 @@ tags:
- TCP
- infrastructuur
translation_of: Learn/Getting_started_with_the_web/How_the_Web_works
+original_slug: Learn/Getting_started_with_the_web/Hoe_werkt_het_web
---
<div>{{LearnSidebar}}</div>
diff --git a/files/nl/learn/getting_started_with_the_web/html_basics/index.html b/files/nl/learn/getting_started_with_the_web/html_basics/index.html
index e454602471..1426509266 100644
--- a/files/nl/learn/getting_started_with_the_web/html_basics/index.html
+++ b/files/nl/learn/getting_started_with_the_web/html_basics/index.html
@@ -1,6 +1,6 @@
---
title: De basisbegrippen van HTML
-slug: Learn/Getting_started_with_the_web/HTML_basisbegrippen
+slug: Learn/Getting_started_with_the_web/HTML_basics
tags:
- Beginner
- CodingScripting
@@ -8,6 +8,7 @@ tags:
- Leren
- Web
translation_of: Learn/Getting_started_with_the_web/HTML_basics
+original_slug: Learn/Getting_started_with_the_web/HTML_basisbegrippen
---
<div>{{LearnSidebar}}</div>
diff --git a/files/nl/learn/getting_started_with_the_web/installing_basic_software/index.html b/files/nl/learn/getting_started_with_the_web/installing_basic_software/index.html
index 118139d178..d88e72cdd4 100644
--- a/files/nl/learn/getting_started_with_the_web/installing_basic_software/index.html
+++ b/files/nl/learn/getting_started_with_the_web/installing_basic_software/index.html
@@ -1,6 +1,6 @@
---
title: Basissoftware installeren
-slug: Learn/Getting_started_with_the_web/Basis_software_installeren
+slug: Learn/Getting_started_with_the_web/Installing_basic_software
tags:
- Beginner
- Browser
@@ -10,6 +10,7 @@ tags:
- WebMechanics
- tekstverwerker
translation_of: Learn/Getting_started_with_the_web/Installing_basic_software
+original_slug: Learn/Getting_started_with_the_web/Basis_software_installeren
---
<div>{{LearnSidebar}}</div>
diff --git a/files/nl/learn/getting_started_with_the_web/publishing_your_website/index.html b/files/nl/learn/getting_started_with_the_web/publishing_your_website/index.html
index 920c4eccbc..791315c9ef 100644
--- a/files/nl/learn/getting_started_with_the_web/publishing_your_website/index.html
+++ b/files/nl/learn/getting_started_with_the_web/publishing_your_website/index.html
@@ -1,7 +1,8 @@
---
title: De publicatie van je website
-slug: Learn/Getting_started_with_the_web/Publicatie_website
+slug: Learn/Getting_started_with_the_web/Publishing_your_website
translation_of: Learn/Getting_started_with_the_web/Publishing_your_website
+original_slug: Learn/Getting_started_with_the_web/Publicatie_website
---
<div>{{LearnSidebar}}</div>
diff --git a/files/nl/learn/getting_started_with_the_web/what_will_your_website_look_like/index.html b/files/nl/learn/getting_started_with_the_web/what_will_your_website_look_like/index.html
index 9c16e8b1a9..49029503c8 100644
--- a/files/nl/learn/getting_started_with_the_web/what_will_your_website_look_like/index.html
+++ b/files/nl/learn/getting_started_with_the_web/what_will_your_website_look_like/index.html
@@ -1,6 +1,6 @@
---
title: Hoe gaat uw website eruitzien?
-slug: Learn/Getting_started_with_the_web/Hoe_gaat_jouw_website_er_uit_zien
+slug: Learn/Getting_started_with_the_web/What_will_your_website_look_like
tags:
- Beginner
- Benodigdheden
@@ -11,6 +11,7 @@ tags:
- Ontwerpen
- Plannen
translation_of: Learn/Getting_started_with_the_web/What_will_your_website_look_like
+original_slug: Learn/Getting_started_with_the_web/Hoe_gaat_jouw_website_er_uit_zien
---
<div>{{LearnSidebar}}</div>
diff --git a/files/nl/learn/html/introduction_to_html/advanced_text_formatting/index.html b/files/nl/learn/html/introduction_to_html/advanced_text_formatting/index.html
index 1413987a12..71c43b4571 100644
--- a/files/nl/learn/html/introduction_to_html/advanced_text_formatting/index.html
+++ b/files/nl/learn/html/introduction_to_html/advanced_text_formatting/index.html
@@ -1,7 +1,8 @@
---
title: Geavanceerde tekstopmaak
-slug: Learn/HTML/Introduction_to_HTML/Gevorderde_tekstopmaak
+slug: Learn/HTML/Introduction_to_HTML/Advanced_text_formatting
translation_of: Learn/HTML/Introduction_to_HTML/Advanced_text_formatting
+original_slug: Learn/HTML/Introduction_to_HTML/Gevorderde_tekstopmaak
---
<div>{{LearnSidebar}}</div>
diff --git a/files/nl/learn/html/introduction_to_html/creating_hyperlinks/index.html b/files/nl/learn/html/introduction_to_html/creating_hyperlinks/index.html
index a00d948b29..d5de570e2e 100644
--- a/files/nl/learn/html/introduction_to_html/creating_hyperlinks/index.html
+++ b/files/nl/learn/html/introduction_to_html/creating_hyperlinks/index.html
@@ -1,7 +1,8 @@
---
title: Hyperlinks maken
-slug: Learn/HTML/Introduction_to_HTML/Hyperlinks_maken
+slug: Learn/HTML/Introduction_to_HTML/Creating_hyperlinks
translation_of: Learn/HTML/Introduction_to_HTML/Creating_hyperlinks
+original_slug: Learn/HTML/Introduction_to_HTML/Hyperlinks_maken
---
<div>{{LearnSidebar}}</div>
diff --git a/files/nl/learn/html/introduction_to_html/debugging_html/index.html b/files/nl/learn/html/introduction_to_html/debugging_html/index.html
index e0b791bd12..3e961f9e5d 100644
--- a/files/nl/learn/html/introduction_to_html/debugging_html/index.html
+++ b/files/nl/learn/html/introduction_to_html/debugging_html/index.html
@@ -1,7 +1,8 @@
---
title: HTML debuggen
-slug: Learn/HTML/Introduction_to_HTML/HTML_Debuggen
+slug: Learn/HTML/Introduction_to_HTML/Debugging_HTML
translation_of: Learn/HTML/Introduction_to_HTML/Debugging_HTML
+original_slug: Learn/HTML/Introduction_to_HTML/HTML_Debuggen
---
<div>{{LearnSidebar}}</div>
diff --git a/files/nl/learn/html/introduction_to_html/marking_up_a_letter/index.html b/files/nl/learn/html/introduction_to_html/marking_up_a_letter/index.html
index 1942ef0baa..aaa98f0092 100644
--- a/files/nl/learn/html/introduction_to_html/marking_up_a_letter/index.html
+++ b/files/nl/learn/html/introduction_to_html/marking_up_a_letter/index.html
@@ -1,7 +1,8 @@
---
title: De opmaak van een brief
-slug: Learn/HTML/Introduction_to_HTML/Opmaak_van_een_brief
+slug: Learn/HTML/Introduction_to_HTML/Marking_up_a_letter
translation_of: Learn/HTML/Introduction_to_HTML/Marking_up_a_letter
+original_slug: Learn/HTML/Introduction_to_HTML/Opmaak_van_een_brief
---
<div>{{LearnSidebar}}</div>
diff --git a/files/nl/learn/html/introduction_to_html/structuring_a_page_of_content/index.html b/files/nl/learn/html/introduction_to_html/structuring_a_page_of_content/index.html
index baca13f51b..d698fa5479 100644
--- a/files/nl/learn/html/introduction_to_html/structuring_a_page_of_content/index.html
+++ b/files/nl/learn/html/introduction_to_html/structuring_a_page_of_content/index.html
@@ -1,7 +1,8 @@
---
title: De inhoud van een webpagina structureren
-slug: Learn/HTML/Introduction_to_HTML/Structureren_inhoud_van_webpagina
+slug: Learn/HTML/Introduction_to_HTML/Structuring_a_page_of_content
translation_of: Learn/HTML/Introduction_to_HTML/Structuring_a_page_of_content
+original_slug: Learn/HTML/Introduction_to_HTML/Structureren_inhoud_van_webpagina
---
<div>{{LearnSidebar}}</div>
diff --git a/files/nl/learn/html/introduction_to_html/the_head_metadata_in_html/index.html b/files/nl/learn/html/introduction_to_html/the_head_metadata_in_html/index.html
index b6e0307328..8f5bdf79b5 100644
--- a/files/nl/learn/html/introduction_to_html/the_head_metadata_in_html/index.html
+++ b/files/nl/learn/html/introduction_to_html/the_head_metadata_in_html/index.html
@@ -1,7 +1,8 @@
---
title: Wat steekt er in het hoofd? Metadata in HTML
-slug: Learn/HTML/Introduction_to_HTML/Het_hoofd_metadata_in_HTML
+slug: Learn/HTML/Introduction_to_HTML/The_head_metadata_in_HTML
translation_of: Learn/HTML/Introduction_to_HTML/The_head_metadata_in_HTML
+original_slug: Learn/HTML/Introduction_to_HTML/Het_hoofd_metadata_in_HTML
---
<div>{{LearnSidebar}}</div>
diff --git a/files/nl/learn/html/multimedia_and_embedding/images_in_html/index.html b/files/nl/learn/html/multimedia_and_embedding/images_in_html/index.html
index 5e2662b5ea..1dfbb92bd4 100644
--- a/files/nl/learn/html/multimedia_and_embedding/images_in_html/index.html
+++ b/files/nl/learn/html/multimedia_and_embedding/images_in_html/index.html
@@ -1,6 +1,6 @@
---
title: Afbeeldingen in HTML
-slug: Learn/HTML/Multimedia_inbedden/Afbeeldingen_in_HTML
+slug: Learn/HTML/Multimedia_and_embedding/Images_in_HTML
tags:
- Article
- Beginner
@@ -12,6 +12,7 @@ tags:
- figcaption
- figure
translation_of: Learn/HTML/Multimedia_and_embedding/Images_in_HTML
+original_slug: Learn/HTML/Multimedia_inbedden/Afbeeldingen_in_HTML
---
<div>{LearnSidebar}}</div>
diff --git a/files/nl/learn/html/multimedia_and_embedding/index.html b/files/nl/learn/html/multimedia_and_embedding/index.html
index bd42da37c8..feb8058212 100644
--- a/files/nl/learn/html/multimedia_and_embedding/index.html
+++ b/files/nl/learn/html/multimedia_and_embedding/index.html
@@ -1,7 +1,8 @@
---
title: Multimedia en inbedden
-slug: Learn/HTML/Multimedia_inbedden
+slug: Learn/HTML/Multimedia_and_embedding
translation_of: Learn/HTML/Multimedia_and_embedding
+original_slug: Learn/HTML/Multimedia_inbedden
---
<p>{{LearnSidebar}}</p>
diff --git a/files/nl/learn/html/multimedia_and_embedding/video_and_audio_content/index.html b/files/nl/learn/html/multimedia_and_embedding/video_and_audio_content/index.html
index 86c1b3aa4b..7293a38b51 100644
--- a/files/nl/learn/html/multimedia_and_embedding/video_and_audio_content/index.html
+++ b/files/nl/learn/html/multimedia_and_embedding/video_and_audio_content/index.html
@@ -1,6 +1,6 @@
---
title: HTML5 audio en video gebruiken
-slug: Web/Guide/HTML/HTML5_audio_en_video_gebruiken
+slug: Learn/HTML/Multimedia_and_embedding/Video_and_audio_content
tags:
- Audio
- HTML5
@@ -12,6 +12,7 @@ tags:
- voorbeeld
translation_of: Learn/HTML/Multimedia_and_embedding/Video_and_audio_content
translation_of_original: Web/Guide/HTML/Using_HTML5_audio_and_video
+original_slug: Web/Guide/HTML/HTML5_audio_en_video_gebruiken
---
<p>HTML5 introduceert ingebouwde media ondersteuning via de {{ HTMLElement("audio") }} en {{ HTMLElement("video") }} elementen, waarmee het mogelijk wordt om op een eenvoudige manier media in te sluiten in HTML documenten.</p>
diff --git a/files/nl/learn/javascript/client-side_web_apis/manipulating_documents/index.html b/files/nl/learn/javascript/client-side_web_apis/manipulating_documents/index.html
index 61f3e48bcf..db710ceb48 100644
--- a/files/nl/learn/javascript/client-side_web_apis/manipulating_documents/index.html
+++ b/files/nl/learn/javascript/client-side_web_apis/manipulating_documents/index.html
@@ -1,7 +1,8 @@
---
title: Documenten manipuleren
-slug: Learn/JavaScript/Client-side_web_APIs/Manipuleren_documenten
+slug: Learn/JavaScript/Client-side_web_APIs/Manipulating_documents
translation_of: Learn/JavaScript/Client-side_web_APIs/Manipulating_documents
+original_slug: Learn/JavaScript/Client-side_web_APIs/Manipuleren_documenten
---
<div>{{LearnSidebar}}</div>