aboutsummaryrefslogtreecommitdiff
path: root/files/id/learn
diff options
context:
space:
mode:
authorFlorian Merz <me@fiji-flo.de>2021-02-11 14:47:40 +0100
committerFlorian Merz <me@fiji-flo.de>2021-02-11 14:47:40 +0100
commitde6a111b5e7ec37c4965111a580217d0b1fd2736 (patch)
tree311c744a0d36b81c94ecc65a4429e8eb24a66aea /files/id/learn
parent8260a606c143e6b55a467edf017a56bdcd6cba7e (diff)
downloadtranslated-content-de6a111b5e7ec37c4965111a580217d0b1fd2736.tar.gz
translated-content-de6a111b5e7ec37c4965111a580217d0b1fd2736.tar.bz2
translated-content-de6a111b5e7ec37c4965111a580217d0b1fd2736.zip
unslug id: move
Diffstat (limited to 'files/id/learn')
-rw-r--r--files/id/learn/common_questions/how_does_the_internet_work/index.html (renamed from files/id/learn/common_questions/bagaimana_cara_kerja_internet/index.html)0
-rw-r--r--files/id/learn/common_questions/thinking_before_coding/index.html (renamed from files/id/learn/common_questions/berfikir_sebelum_membuat_kode/index.html)0
-rw-r--r--files/id/learn/css/first_steps/index.html33
-rw-r--r--files/id/learn/forms/index.html340
-rw-r--r--files/id/learn/getting_started_with_the_web/dealing_with_files/index.html (renamed from files/id/learn/getting_started_with_the_web/mengelola_file/index.html)0
-rw-r--r--files/id/learn/getting_started_with_the_web/what_will_your_website_look_like/index.html (renamed from files/id/learn/getting_started_with_the_web/akan_terlihat_seperti_apa_website_anda/index.html)0
-rw-r--r--files/id/learn/how_to_contribute/index.html108
-rw-r--r--files/id/learn/html/introduction_to_html/document_and_website_structure/index.html (renamed from files/id/learn/html/pengenalan_html/document_and_website_structure/index.html)0
-rw-r--r--files/id/learn/html/introduction_to_html/html_text_fundamentals/index.html (renamed from files/id/learn/html/pengenalan_html/html_text_fundamentals/index.html)0
-rw-r--r--files/id/learn/html/introduction_to_html/index.html (renamed from files/id/learn/html/pengenalan_html/index.html)0
-rw-r--r--files/id/learn/html/introduction_to_html/structuring_a_page_of_content/index.html (renamed from files/id/learn/html/pengenalan_html/structuring_a_page_of_content/index.html)0
-rw-r--r--files/id/learn/html/multimedia_and_embedding/adding_vector_graphics_to_the_web/index.html (renamed from files/id/learn/html/multimedia_dan_embedding/adding_vector_graphics_to_the_web/index.html)0
-rw-r--r--files/id/learn/html/multimedia_and_embedding/index.html (renamed from files/id/learn/html/multimedia_dan_embedding/index.html)0
-rw-r--r--files/id/learn/html/multimedia_and_embedding/responsive_images/index.html (renamed from files/id/learn/html/multimedia_dan_embedding/responsive_images/index.html)0
-rw-r--r--files/id/learn/html/tables/index.html (renamed from files/id/learn/html/tabel/index.html)0
-rw-r--r--files/id/learn/javascript/objects/basics/index.html (renamed from files/id/learn/javascript/objects/dasar-dasar/index.html)0
-rw-r--r--files/id/learn/web_mechanics/index.html30
17 files changed, 373 insertions, 138 deletions
diff --git a/files/id/learn/common_questions/bagaimana_cara_kerja_internet/index.html b/files/id/learn/common_questions/how_does_the_internet_work/index.html
index b4431bfc93..b4431bfc93 100644
--- a/files/id/learn/common_questions/bagaimana_cara_kerja_internet/index.html
+++ b/files/id/learn/common_questions/how_does_the_internet_work/index.html
diff --git a/files/id/learn/common_questions/berfikir_sebelum_membuat_kode/index.html b/files/id/learn/common_questions/thinking_before_coding/index.html
index c50aeff182..c50aeff182 100644
--- a/files/id/learn/common_questions/berfikir_sebelum_membuat_kode/index.html
+++ b/files/id/learn/common_questions/thinking_before_coding/index.html
diff --git a/files/id/learn/css/first_steps/index.html b/files/id/learn/css/first_steps/index.html
new file mode 100644
index 0000000000..dbff8144de
--- /dev/null
+++ b/files/id/learn/css/first_steps/index.html
@@ -0,0 +1,33 @@
+---
+title: Getting started with CSS
+slug: Web/Guide/CSS/Getting_started
+translation_of: Learn/CSS/First_steps
+translation_of_original: Web/Guide/CSS/Getting_started
+---
+<p><span class="seoSummary">This tutorial introduces you to the basic features and language (the syntax) for <a href="/en-US/docs/Web/Guide/CSS" title="/en-US/docs/Web/Guide/CSS"><strong>Cascading Style Sheets</strong></a> (CSS). You use CSS to change the look of a structured document, such as a web page. The tutorial also includes sample exercises you can try on your own computer to see the effects of CSS and features that work in modern browsers. </span></p>
+<p>The tutorial is for beginners and anyone who would like to review the basics of CSS. If you have more experience with CSS, the CSS main page <a href="/en-US/docs/Web/Guide/CSS" title="/en-US/docs/Web/Guide/CSS">lists</a> more advanced resources.</p>
+<nav class="fancyTOC">
+ <a class="button" href="/en-US/docs/Web/Guide/CSS/Getting_Started/What_is_CSS" rel="next" title="Chapter 'What is CSS' of the CSS tutorial">What is CSS</a> <a class="button" href="/en-US/docs/Web/Guide/CSS/Getting_Started/Why_use_CSS" title="Chapter 'Why use CSS' of the CSS tutorial">Why use CSS</a> <a class="button" href="/en-US/docs/Web/Guide/CSS/Getting_Started/How_CSS_works" title="Chapter 'How CSS works' of the CSS tutorial">How CSS works</a> <a class="button" href="/en-US/docs/Web/Guide/CSS/Getting_Started/Cascading_and_inheritance" title="Chapter 'Cascading and inheritance' of the CSS tutorial">Cascading and inheritance</a> <a class="button" href="/en-US/docs/Web/Guide/CSS/Getting_Started/Selectors" title="Chapter 'Selectors' of the CSS tutorial">Selectors</a> <a class="button" href="/en-US/docs/Web/Guide/CSS/Getting_Started/Readable_CSS" title="Chapter 'Readable_CSS' of the CSS tutorial">Readable CSS</a> <a class="button" href="/en-US/docs/Web/Guide/CSS/Getting_Started/Text_styles" title="Chapter 'Text_styles' of the CSS tutorial">Text styles</a> <a class="button" href="/en-US/docs/Web/Guide/CSS/Getting_Started/Color" title="Chapter 'Color' of the CSS tutorial">Color</a> <a class="button" href="/en-US/docs/Web/Guide/CSS/Getting_Started/Content" title="Chapter 'Content' of the CSS tutorial">Content</a> <a class="button" href="/en-US/docs/Web/Guide/CSS/Getting_Started/Lists" title="Chapter 'Lists' of the CSS tutorial">Lists</a> <a class="button" href="/en-US/docs/Web/Guide/CSS/Getting_Started/Boxes" title="Chapter 'Boxes' of the CSS tutorial">Boxes</a> <a class="button" href="/en-US/docs/Web/Guide/CSS/Getting_Started/Layout" title="Chapter 'Layout' of the CSS tutorial">Layout</a> <a class="button" href="/en-US/docs/Web/Guide/CSS/Getting_Started/Tables" title="Chapter 'Tables' of the CSS tutorial">Tables</a> <a class="button" href="/en-US/docs/Web/Guide/CSS/Getting_Started/Media" title="Chapter 'Media' of the CSS tutorial">Media</a></nav>
+<h2 id="What_you_need_to_get_started">What you need to get started</h2>
+<ul>
+ <li>A text editor</li>
+ <li>A modern browser</li>
+ <li>Some experience working with a text editor and browser</li>
+</ul>
+<p>Although the exercises can help you learn, you are not required to complete them. You can simply read the tutorial and look at the pictures.</p>
+<p><strong>Note:</strong> The tutorial covers how CSS works with color. It will be easier to complete these sections with a color display and normal color vision.</p>
+<h2 id="How_to_use_this_tutorial">How to use this tutorial</h2>
+<p>To use this tutorial, read the pages carefully and in sequence. If you skip a page, it may be difficult to understand pages later in the tutorial.</p>
+<h3 id="Part_I_The_Basics_of_CSS">Part I: The Basics of CSS</h3>
+<p>On each page, use the <em>Information</em> section to understand how CSS works. Use the <em>Action</em> section to try using CSS on your own computer.</p>
+<p>To test your understanding, take the challenge at the end of each page. Solutions to the challenges are linked under the challenges, so you don't need to look at them if you don't want to.</p>
+<p>To understand CSS in more depth, read the information that you find in boxes captioned <em>More details</em>. Use the links there to find reference information about CSS.</p>
+<h3 id="Part_II_The_Scope_of_CSS">Part II: The Scope of CSS</h3>
+<p>A second part of the tutorial provides examples, which show the scope of CSS with other web and Mozilla technologies.</p>
+<ol>
+ <li><a href="/en-US/docs/Web/Guide/CSS/Getting_Started/JavaScript" title="en/CSS/Getting_Started/JavaScript">JavaScript</a></li>
+ <li><a href="/en-US/docs/Web/Guide/CSS/Getting_Started/SVG_and_CSS" title="en/CSS/Getting_Started/SVG_graphics">SVG graphics</a></li>
+ <li><a href="/en-US/docs/Web/Guide/CSS/Getting_Started/XML_data" title="en/CSS/Getting_Started/XML_data">XML data</a></li>
+ <li><a href="/en-US/docs/Web/Guide/CSS/Getting_Started/XBL_bindings" title="en/CSS/Getting_Started/XBL_bindings">XBL bindings</a></li>
+ <li><a href="/en-US/docs/Web/Guide/CSS/Getting_Started/XUL_user_interfaces" title="en/CSS/Getting_Started/XUL_user_interfaces">XUL user interfaces</a></li>
+</ol>
diff --git a/files/id/learn/forms/index.html b/files/id/learn/forms/index.html
new file mode 100644
index 0000000000..9daf1d6077
--- /dev/null
+++ b/files/id/learn/forms/index.html
@@ -0,0 +1,340 @@
+---
+title: HTML forms guide
+slug: Web/Guide/HTML/Forms
+translation_of: Learn/Forms
+---
+<p><span class="seoSummary">Panduan ini adalah seri dari artikel-artikel yang akan membantu anda menguasai form HTML.</span> Form HTML adalah tool yang paling poweful untuk berinteraksi dengan para pengguna; namun, karena beberapa alasan sejarah dan teknis, tidak jelas bagaimana cara menggunakannya hingga pontensi penuhnya. Dalam panduan ini, kita akan membahas seluruh aspek dari form HTML, struktur form untuk pemberian style, mulai dari penanganan data sampai widget buatan. Anda akan mempelajari bagaimana menikmati kekuatan yang mereka miliki!</p>
+<h2 id="Articles">Articles</h2>
+<ol>
+ <li><a href="/en-US/docs/HTML/Forms/My_first_HTML_form" title="/en-US/docs/HTML/Forms/My_first_HTML_form">Form HTML pertama saya</a></li>
+ <li><span><a href="/en-US/docs/HTML/Forms/How_to_structure_an_HTML_form" title="/en-US/docs/HTML/Forms/How_to_structure_an_HTML_form">Cara membuat struktur form HTML</a></span></li>
+ <li><a href="/en-US/docs/HTML/Forms/The_native_form_widgets" title="/en-US/docs/HTML/Forms/The_native_form_widgets"><span>Form Widget native</span></a></li>
+ <li>CSS dengan form HTML
+ <ol>
+ <li><a href="/en-US/docs/HTML/Forms/Styling_HTML_forms" title="/en-US/docs/HTML/Forms/Styling_HTML_forms"><span>Pemberian style form HTML</span></a></li>
+ <li><a href="/en-US/docs/Advanced_styling_for_HTML_forms" title="/en-US/docs/Advanced_styling_for_HTML_forms">Pemberian style form HTML Lanjut</a></li>
+ <li><a href="/en-US/docs/Property_compatibility_table_for_form_widgets" title="/en-US/docs/Property_compatibility_table_for_form_widgets">Tabel kompatibilitas property widget form</a></li>
+ </ol>
+ </li>
+ <li><span><a href="/en-US/docs/HTML/Forms/Sending_and_retrieving_form_data" title="/en-US/docs/HTML/Forms/Sending_and_retrieving_form_data">Mengirim dan menerima data form</a></span></li>
+ <li><a href="/en-US/docs/HTML/Forms/Data_form_validation" title="/en-US/docs/HTML/Forms/Data_form_validation">Validasi data form</a></li>
+ <li><a href="/en-US/docs/HTML/Forms/How_to_build_custom_form_widgets" title="/en-US/docs/HTML/Forms/How_to_build_custom_form_widgets">Bagaimana cara membuat gidget form buatan</a></li>
+ <li><a href="/en-US/docs/HTML/Forms/Sending_forms_through_JavaScript" title="/en-US/docs/HTML/Forms/Sending_forms_through_JavaScript">Mengirimkan form melalui JavaScript </a>
+ <ol>
+ <li><a href="/en-US/docs/DOM/XMLHttpRequest/FormData/Using_FormData_Objects" title="/en-US/docs/DOM/XMLHttpRequest/FormData/Using_FormData_Objects">Menggunakan object FormData</a></li>
+ </ol>
+ </li>
+ <li><a href="/en-US/docs/HTML/Forms/HTML_forms_in_legacy_browsers" title="/en-US/docs/HTML/Forms/HTML_forms_in_legacy_browsers">HTML forms in legacy browsers</a></li>
+</ol>
+<h2 id="Dokumentasi_HTML">Dokumentasi HTML</h2>
+<h3 id="Elemen-elemen_HTML">Elemen-elemen HTML</h3>
+<table>
+ <thead>
+ <tr>
+ <th scope="col">Element</th>
+ <th scope="col">Related DOM interface</th>
+ <th scope="col">Description</th>
+ </tr>
+ </thead>
+ <tbody>
+ <tr>
+ <td style="vertical-align: top;">{{HTMLElement("button")}}</td>
+ <td style="vertical-align: top;">{{domxref("HTMLButtonElement")}}</td>
+ <td style="vertical-align: top;">Elemen <code>button</code> menampilkan tombol yang dapat diklik.</td>
+ </tr>
+ <tr>
+ <td style="vertical-align: top;">{{HTMLElement("datalist")}}</td>
+ <td style="vertical-align: top;">{{domxref("HTMLDataListElement")}}</td>
+ <td style="vertical-align: top;">Elemen <span style="font-family: Courier New;">datalist</span> menampung kumpulan dari elemen {{ HTMLElement("option") }} yang merepresentasikan pilihan-pilihan yang mungkin untuk nilai dari elemen form lainnya.</td>
+ </tr>
+ <tr>
+ <td style="vertical-align: top;">{{HTMLElement("fieldset")}}</td>
+ <td style="vertical-align: top;">{{domxref("HTMLFieldSetElement")}}</td>
+ <td style="vertical-align: top;"><span style="font-family: Courier New;">fieldset</span> digunakan untuk menggabungkan beberapa elemen form dalam sebuah form.</td>
+ </tr>
+ <tr>
+ <td style="vertical-align: top;">{{HTMLElement("form")}}</td>
+ <td style="vertical-align: top;">{{domxref("HTMLFormElement")}}</td>
+ <td style="vertical-align: top;">Elemen <code>form</code> merepresentasikan bagian dari dokumen yang memiliki elemen interaktif yang memungkinkan pengguna mengirimkan informasi ke web server.</td>
+ </tr>
+ <tr>
+ <td style="vertical-align: top;">{{HTMLElement("input")}}</td>
+ <td style="vertical-align: top;">{{domxref("HTMLInputElement")}}</td>
+ <td style="vertical-align: top;">Elemen <code>input</code> digunakan untuk membuat kontrol interaktif untuk form.</td>
+ </tr>
+ <tr>
+ <td style="vertical-align: top;">{{HTMLElement("keygen")}}</td>
+ <td style="vertical-align: top;">{{domxref("HTMLKeygenElement")}}</td>
+ <td style="vertical-align: top;">Elemen <code>keygen</code> memfasilitasi pembuatan key secara otomatis dan pengiriman public ke sebagai bagian dari form HTML.</td>
+ </tr>
+ <tr>
+ <td style="vertical-align: top;">{{HTMLElement("label")}}</td>
+ <td style="vertical-align: top;">{{domxref("HTMLLabelElement")}}</td>
+ <td style="vertical-align: top;">Elemen <code>label</code> merepresentasikan judul dari sebuah item dalam antar muka user</td>
+ </tr>
+ <tr>
+ <td style="vertical-align: top;">{{HTMLElement("legend")}}</td>
+ <td style="vertical-align: top;">{{domxref("HTMLLegendElement")}}</td>
+ <td style="vertical-align: top;">Elemen <code>legend</code> merepresentasikan judul utama dari konten parentnya {{ HTMLElement("fieldset") }}.</td>
+ </tr>
+ <tr>
+ <td style="vertical-align: top;">{{HTMLElement("meter")}}</td>
+ <td style="vertical-align: top;">{{domxref("HTMLMeterElement")}}</td>
+ <td style="vertical-align: top;">Elemen <code>meter</code> merepresentasikan nilai skalar dalam jangkauan yang diketahui atau nilai fraksi.</td>
+ </tr>
+ <tr>
+ <td style="vertical-align: top;">{{HTMLElement("optgroup")}}</td>
+ <td style="vertical-align: top;">{{domxref("HTMLOptGroupElement")}}</td>
+ <td style="vertical-align: top;">Elemen <code>optgroup </code>membuat grup dari pilihan-pilihan dalam sebuah elemen {{ HTMLElement("select") }}.</td>
+ </tr>
+ <tr>
+ <td style="vertical-align: top;">{{HTMLElement("option")}}</td>
+ <td style="vertical-align: top;">{{domxref("HTMLOptionElement")}}</td>
+ <td style="vertical-align: top;">Elemen HTML<em> </em><code>option<em> </em></code>digunakan untuk membuat kontrol yang merepresentasikan item yang terdapat dalam sebuah elemen {{ HTMLElement("select") }}, {{ HTMLElement("optgroup") }} atau {{ HTMLElement("datalist") }}.</td>
+ </tr>
+ <tr>
+ <td style="vertical-align: top;">{{HTMLElement("output")}}</td>
+ <td style="vertical-align: top;">{{domxref("HTMLOutputElement")}}</td>
+ <td style="vertical-align: top;">Element <code>output</code> merepresentasikan hasil dari sebuah kalkulasi.</td>
+ </tr>
+ <tr>
+ <td style="vertical-align: top;">{{HTMLElement("progress")}}</td>
+ <td style="vertical-align: top;">{{domxref("HTMLProgressElement")}}</td>
+ <td style="vertical-align: top;">Element <code>progress</code> digunakan untuk menampilkan progress dari sebuah tugas.</td>
+ </tr>
+ <tr>
+ <td style="vertical-align: top;">{{HTMLElement("select")}}</td>
+ <td style="vertical-align: top;">{{domxref("HTMLSelectElement")}}</td>
+ <td style="vertical-align: top;">Elemen <code>select</code> merepresentasikan kontrol yang menyajikan pilihan-pilihan menu.</td>
+ </tr>
+ <tr>
+ <td style="vertical-align: top;">{{HTMLElement("textarea")}}</td>
+ <td style="vertical-align: top;">{{domxref("HTMLTextAreaElement")}}</td>
+ <td style="vertical-align: top;">Elemen <code>textarea</code> merepresentasikan sebuah kontrol edit dengan multi baris.</td>
+ </tr>
+ </tbody>
+</table>
+<div class="note">
+ <p><strong>Note:</strong> All form elements, as all HTML elements, support the {{domxref("HTMLElement")}} DOM interface.</p>
+</div>
+<h3 id="HTML_Attributes">HTML Attributes</h3>
+<table class="standard-table">
+ <thead>
+ <tr>
+ <th>Attribute Name</th>
+ <th>Elements</th>
+ <th>Description</th>
+ </tr>
+ </thead>
+ <tbody>
+ <tr>
+ <td>accept</td>
+ <td>{{ HTMLElement("form") }}, {{ HTMLElement("input") }}</td>
+ <td>List of types the server accepts, typically a file type.</td>
+ </tr>
+ <tr>
+ <td style="white-space: nowrap;">accept-charset</td>
+ <td>{{ HTMLElement("form") }}</td>
+ <td>List of supported charsets.</td>
+ </tr>
+ <tr>
+ <td>action</td>
+ <td>{{ HTMLElement("form") }}</td>
+ <td>The URI of a program that processes the information submitted via the form.</td>
+ </tr>
+ <tr>
+ <td>autocomplete</td>
+ <td>{{ HTMLElement("form") }}, {{ HTMLElement("input") }}</td>
+ <td>Indicates whether controls in this form can by default have their values automatically completed by the browser.</td>
+ </tr>
+ <tr>
+ <td>autofocus</td>
+ <td>{{ HTMLElement("button") }}, {{ HTMLElement("input") }}, {{ HTMLElement("keygen") }}, {{ HTMLElement("select") }}, {{ HTMLElement("textarea") }}</td>
+ <td>The element should be automatically focused after the page loaded.</td>
+ </tr>
+ </tbody>
+ <tbody>
+ <tr>
+ <td>challenge</td>
+ <td>{{ HTMLElement("keygen") }}</td>
+ <td>A challenge string that is submitted along with the public key.</td>
+ </tr>
+ <tr>
+ <td>checked</td>
+ <td>{{ HTMLElement("input") }}</td>
+ <td>Indicates whether the element should be checked on page load.</td>
+ </tr>
+ <tr>
+ <td>cols</td>
+ <td>{{ HTMLElement("textarea") }}</td>
+ <td>Defines the number of columns in a textarea.</td>
+ </tr>
+ <tr>
+ <td>data</td>
+ <td>{{ HTMLElement("object") }}</td>
+ <td>Specifies the URL of the resource.</td>
+ </tr>
+ <tr>
+ <td>dirname</td>
+ <td>{{ HTMLElement("input") }}, {{ HTMLElement("textarea") }}</td>
+ <td> </td>
+ </tr>
+ <tr>
+ <td>disabled</td>
+ <td>{{ HTMLElement("button") }}, {{ HTMLElement("fieldset") }}, {{ HTMLElement("input") }}, {{ HTMLElement("keygen") }}, {{ HTMLElement("optgroup") }}, {{ HTMLElement("option") }}, {{ HTMLElement("select") }}, {{ HTMLElement("textarea") }}</td>
+ <td>Indicates whether the user can interact with the element.</td>
+ </tr>
+ <tr>
+ <td>enctype</td>
+ <td>{{ HTMLElement("form") }}</td>
+ <td>Defines the content type of the form date when the <code>method</code> is POST.</td>
+ </tr>
+ <tr>
+ <td>for</td>
+ <td>{{ HTMLElement("label") }}, {{ HTMLElement("output") }}</td>
+ <td>Describes elements which belongs to this one.</td>
+ </tr>
+ <tr>
+ <td>form</td>
+ <td>{{ HTMLElement("button") }}, {{ HTMLElement("fieldset") }}, {{ HTMLElement("input") }}, {{ HTMLElement("keygen") }}, {{ HTMLElement("label") }}, {{ HTMLElement("meter") }}, {{ HTMLElement("object") }}, {{ HTMLElement("output") }}, {{ HTMLElement("progress") }}, {{ HTMLElement("select") }}, {{ HTMLElement("textarea") }}</td>
+ <td>Indicates the form that is the owner of the element.</td>
+ </tr>
+ </tbody>
+ <tbody>
+ <tr>
+ <td>high</td>
+ <td>{{ HTMLElement("meter") }}</td>
+ <td>Indicates the lower bound of the upper range.</td>
+ </tr>
+ <tr>
+ <td>keytype</td>
+ <td>{{ HTMLElement("keygen") }}</td>
+ <td>Specifies the type of key generated.</td>
+ </tr>
+ <tr>
+ <td>list</td>
+ <td>{{ HTMLElement("input") }}</td>
+ <td>Identifies a list of pre-defined options to suggest to the user.</td>
+ </tr>
+ <tr>
+ <td>low</td>
+ <td>{{ HTMLElement("meter") }}</td>
+ <td>Indicates the upper bound of the lower range.</td>
+ </tr>
+ <tr>
+ <td>max</td>
+ <td>{{ HTMLElement("input") }}, {{ HTMLElement("meter") }}, {{ HTMLElement("progress") }}</td>
+ <td>Indicates the maximum value allowed.</td>
+ </tr>
+ <tr>
+ <td>maxlength</td>
+ <td>{{ HTMLElement("input") }}, {{ HTMLElement("textarea") }}</td>
+ <td>Defines the maximum number of characters allowed in the element.</td>
+ </tr>
+ <tr>
+ <td>method</td>
+ <td>{{ HTMLElement("form") }}</td>
+ <td>Defines which HTTP method to use when submitting the form. Can be GET (default) or POST.</td>
+ </tr>
+ <tr>
+ <td>min</td>
+ <td>{{ HTMLElement("input") }}, {{ HTMLElement("meter") }}</td>
+ <td>Indicates the minimum value allowed.</td>
+ </tr>
+ <tr>
+ <td>multiple</td>
+ <td>{{ HTMLElement("input") }}, {{ HTMLElement("select") }}</td>
+ <td>Indicates whether multiple values can be entered in an input of the type <code>email</code> or <code>file</code>.</td>
+ </tr>
+ <tr>
+ <td>name</td>
+ <td>{{ HTMLElement("button") }}, {{ HTMLElement("form") }}, {{ HTMLElement("fieldset") }}, {{ HTMLElement("input") }}, {{ HTMLElement("keygen") }}, {{ HTMLElement("output") }}, {{ HTMLElement("select") }}, {{ HTMLElement("textarea") }}</td>
+ <td>Name of the element. For example used by the server to identify the fields in form submits.</td>
+ </tr>
+ <tr>
+ <td>novalidate</td>
+ <td>{{ HTMLElement("form") }}</td>
+ <td>This attribute indicates that the form shouldn't be validated when submitted.</td>
+ </tr>
+ <tr>
+ <td>optimum</td>
+ <td>{{ HTMLElement("meter") }}</td>
+ <td>Indicates the optimal numeric value.</td>
+ </tr>
+ <tr>
+ <td>pattern</td>
+ <td>{{ HTMLElement("input") }}</td>
+ <td>Defines a regular expression which the element's value will be validated against.</td>
+ </tr>
+ <tr>
+ <td>placeholder</td>
+ <td>{{ HTMLElement("input") }}, {{ HTMLElement("textarea") }}</td>
+ <td>Provides a hint to the user of what can be entered in the field.</td>
+ </tr>
+ <tr>
+ <td>readonly</td>
+ <td>{{ HTMLElement("input") }}, {{ HTMLElement("textarea") }}</td>
+ <td>Indicates whether the element can be edited.</td>
+ </tr>
+ <tr>
+ <td>required</td>
+ <td>{{ HTMLElement("input") }}, {{ HTMLElement("select") }}, {{ HTMLElement("textarea") }}</td>
+ <td>Indicates whether this element is required to fill out or not.</td>
+ </tr>
+ <tr>
+ <td>rows</td>
+ <td>{{ HTMLElement("textarea") }}</td>
+ <td>Defines the number of rows in a textarea.</td>
+ </tr>
+ <tr>
+ <td>selected</td>
+ <td>{{ HTMLElement("option") }}</td>
+ <td>Defines a value which will be selected on page load.</td>
+ </tr>
+ <tr>
+ <td>size</td>
+ <td>{{ HTMLElement("input") }}, {{ HTMLElement("select") }}</td>
+ <td>Defines the width of the element (in pixels). If the element's <code>type</code> attribute is <code>text</code> or <code>password</code> then it's the number of characters.</td>
+ </tr>
+ <tr>
+ <td>src</td>
+ <td>{{ HTMLElement("input") }}</td>
+ <td>The URL of the embeddable content.</td>
+ </tr>
+ <tr>
+ <td>step</td>
+ <td>{{ HTMLElement("input") }}</td>
+ <td> </td>
+ </tr>
+ <tr>
+ <td>target</td>
+ <td>{{ HTMLElement("form") }}</td>
+ <td> </td>
+ </tr>
+ <tr>
+ <td>type</td>
+ <td>{{ HTMLElement("button") }}, {{ HTMLElement("input") }}</td>
+ <td>Defines the type of the element.</td>
+ </tr>
+ <tr>
+ <td>usemap</td>
+ <td>{{ HTMLElement("input") }}</td>
+ <td> </td>
+ </tr>
+ <tr>
+ <td>value</td>
+ <td>{{ HTMLElement("button") }}, {{ HTMLElement("option") }}, {{ HTMLElement("input") }}, {{ HTMLElement("meter") }}, {{ HTMLElement("progress") }}</td>
+ <td>Defines a default value which will be displayed in the element on page load.</td>
+ </tr>
+ <tr>
+ <td>wrap</td>
+ <td>{{ HTMLElement("textarea") }}</td>
+ <td>Indicates whether the text should be wrapped.</td>
+ </tr>
+ </tbody>
+</table>
+<h3 id="Normative_reference">Normative reference</h3>
+<ul>
+ <li><a href="http://www.w3.org/TR/html5/forms.html" lang="en" rel="external" title="http://www.w3.org/TR/html5/forms.html">W3C HTML5 Specification (Forms)</a></li>
+ <li><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/forms.html#forms" rel="external" title="http://www.whatwg.org/specs/web-apps/current-work/multipage/forms.html#forms">WHATWG HTML Living Standard (Forms)</a></li>
+</ul>
diff --git a/files/id/learn/getting_started_with_the_web/mengelola_file/index.html b/files/id/learn/getting_started_with_the_web/dealing_with_files/index.html
index 04cc90ec4b..04cc90ec4b 100644
--- a/files/id/learn/getting_started_with_the_web/mengelola_file/index.html
+++ b/files/id/learn/getting_started_with_the_web/dealing_with_files/index.html
diff --git a/files/id/learn/getting_started_with_the_web/akan_terlihat_seperti_apa_website_anda/index.html b/files/id/learn/getting_started_with_the_web/what_will_your_website_look_like/index.html
index 76600c89ea..76600c89ea 100644
--- a/files/id/learn/getting_started_with_the_web/akan_terlihat_seperti_apa_website_anda/index.html
+++ b/files/id/learn/getting_started_with_the_web/what_will_your_website_look_like/index.html
diff --git a/files/id/learn/how_to_contribute/index.html b/files/id/learn/how_to_contribute/index.html
deleted file mode 100644
index 0a64757fc1..0000000000
--- a/files/id/learn/how_to_contribute/index.html
+++ /dev/null
@@ -1,108 +0,0 @@
----
-title: Cara berkontribusi untuk Area Belajar di MDN
-slug: Learn/How_to_contribute
-tags:
- - Dokumentasi
- - MDN
- - MDN Meta
- - Proyek MDC
- - belajar
- - kontribusi
-translation_of: Learn/How_to_contribute
----
-<p>{{LearnSidebar}}</p>
-
-<p><span style="line-height: 1.5;">Jika Anda berada disini, itu mungkin karena Anda tertarik berkontribusi dalam Area Belajar MDN. Itu berita bagus!</span></p>
-
-<p><span class="seoSummary">Pada halaman ini, Anda akan menemukan semua hal yang Anda butuhkan untuk mulai membantu menigkatkan konten pembelajaran MDN. Ada banyak hal yang dapat Anda lakukan, tergantung pada seberapa waktu yang anda miliki dan apakah Anda seorang pemula, seorang pengembang web, atau seorang guru</span>.</p>
-
-<div class="note">
-<p><strong>Catatan:</strong> Jika Anda telah menjadi kontributor MDN, jangan ragu untuk memeriksa ulang halaman status dokumentasi untuk melacak pekerjaan yang sudah dilakukan dan melihat apa yang menjadi prioritas menulis.</p>
-</div>
-
-<div class="note">
-<p><strong>Catatan:</strong> Kontributor menggunakan <a href="https://trello.com/b/LDggrYSV"> Trello board</a> untuk mengorganisir diri. Jika Anda ingin menggunakannya, hanya dengan membuat akun <a href="https://trello.com/signup">Trello</a> dan ping <a href="/en-US/docs/MDN/Contribute/Drivers_and_curators">Jeremie</a> untuk memberikan Anda akses tulis ke papan.</p>
-</div>
-
-<h2 id="Saya_seorang_pemula">Saya seorang pemula</h2>
-
-<p>Mengagumkan! Pemula sangat penting untuk menciptakan dan memberikan umpan balik pada materi pembelajaran. Anda memiliki perspektif yang unik pada artikel ini sebagai bagian dari target pengunjung, yang dapat membuat Anda menjadi Anggota yang sangat berharga dari tim kami. memang, jika Anda menggunakan salah satu artikel kami untuk mempelajari sesuatu dan Anda terjebak, atau menemukan artikel yang membingungkan dalam berbagai cara, Anda dapat memperbaikinya atau biarkan kami tahu tentang masalahnya sehingga kami dapat memperbaikinya.</p>
-
-<p><span id="result_box" lang="id"><span title="Contributing is also a great way to have some fun while learning new stuff.">Kontribusi juga merupakan cara yang bagus untuk bersenang-senang sambil belajar hal-hal baru. </span><span title="If you ever feel lost or have questions, don't hesitate to reach us on our mailing list or IRC channel (see at the bottom of this page for details).
-
-">Jika Anda pernah merasa kebingungan atau memiliki pertanyaan, jangan ragu untuk menghubungi kami di </span></span><a href="/en-US/docs/MDN/Community#Join_our_mailing_lists">mailing list kami</a><span lang="id"><span title="If you ever feel lost or have questions, don't hesitate to reach us on our mailing list or IRC channel (see at the bottom of this page for details).
-
-"> atau </span></span><a href="/en-US/docs/MDN/Community#Get_into_IRC">Saluran IRC</a> <span lang="id"><span title="If you ever feel lost or have questions, don't hesitate to reach us on our mailing list or IRC channel (see at the bottom of this page for details).
-
-"> (lihat di bagian bawah halaman ini untuk rincian).</span><br>
- <br>
- <span title="Here are some suggested ways you can contribute:
-
-">Berikut adalah beberapa cara yang disarankan untuk Anda dapat berkontribusi:</span></span></p>
-
-<dl>
- <dt><a href="/en-US/docs/MDN/Contribute/Howto/Tag">Tambahkan tag ke artikel kami</a> (<em>5 menit</em>)</dt>
- <dd><span lang="id"><span title="Tagging MDN content is one of the easiest ways to contribute to MDN.">Pemberian tag konten MDN adalah salah satu cara termudah untuk berkontribusi MDN. </span><span title="As many of our features use tags to help present information in context, helping with tagging is a very valuable contribution.">Seperti banyak fitur kami menggunakan tag untuk membantu menyajikan informasi dalam konteks, membantu dengan pemberian tag merupakan kontribusi yang sangat berharga. </span><span title="Take a look at the lists of glossary entries and learning articles without any tags to get started.
-">Lihatlah </span></span><a href="/en-US/docs/MDN/Doc_status/Glossary#No_tags">daftar istilah </a><span lang="id"><span title="Take a look at the lists of glossary entries and learning articles without any tags to get started.
-">dan </span></span><a href="/en-US/docs/MDN/Doc_status/Learn#No_tags">artikel pembelajaran</a><span lang="id"><span title="Take a look at the lists of glossary entries and learning articles without any tags to get started.
-"> tanpa tag untuk memulai.</span></span></dd>
- <dt><a href="/en-US/docs/Glossary">Membaca dan meninjau daftar istilah</a> (<em>15 menit</em>)</dt>
- <dd><span lang="id"><span title="As a beginner, we need your fresh eyes looking at our content.">Sebagai pemula, kita perlu mata segar Anda untuk melihat konten kami. </span><span title="If you find a glossary entry hard to understand, it means that entry needs to be improved.">Jika Anda menemukan entri glossary yang sulit untuk dipahami, itu berarti bahwa entrinya perlu ditingkatkan. </span><span title="Feel free to make any change you think is necessary.">Jangan ragu untuk membuat perubahan yang Anda anggap perlu. </span><span title="If you do not think you have the necessary skill to edit the entry yourself, at least tell us on our mailing list.
-">Jika Anda tidak berpikir Anda memiliki keterampilan yang diperlukan untuk mengedit entri sendiri, setidaknya memberitahu kami di </span></span><a href="/en-US/docs/MDN/Community#Join_our_mailing_lists" style="line-height: 1.5;">mailing list kami</a>.</dd>
- <dt><a href="/docs/MDN/Contribute/Howto/Write_a_new_entry_in_the_Glossary">Menulis daftar istilah baru</a> (<em>1 jam</em>)</dt>
- <dd><span lang="id"><span title="This is the most effective way to learn something new.">Ini adalah cara yang paling efektif untuk belajar sesuatu yang baru. </span><span title="Pick a concept you want to understand, and as you learn about it, write a glossary entry about it.">Pilih sebuah konsep yang ingin  Anda pahami, dan saat Anda belajar tentang hal itu, tulislah daftar istilah tentang hal itu. </span><span title='Explaining something to others is a great way to "fix" the knowledge into your brain, and to help you make sense of things yourself, all while helping other people.'>Menjelaskan sesuatu kepada orang lain adalah cara yang bagus untuk "memperbaiki" pengetahuan ke dalam otak Anda, dan membantu Anda memahami diri sendiri, sambil membantu orang lain. </span><span title="Everybody wins!
-">Setiap orang menang!</span></span></dd>
- <dt><a href="/en-US/Learn/Index">Membaca dan meninjau artikel pembelajaran </a>(<em>2 jam</em>)</dt>
- <dd><span lang="id"><span title="This is very much like reviewing glossary entries (see above);">Hal ini sangat mirip meninjau daftar istilah (lihat di atas); </span><span title="it just takes more time, since these articles are typically quite a bit longer.">itu hanya membutuhkan waktu lebih lama, karena artikel ini biasanya sedikit lebih lama.</span></span></dd>
-</dl>
-
-<h2 id="Saya_seorang_pengembang_web">Saya seorang pengembang web</h2>
-
-<p><span id="result_box" lang="id"><span title="Fantastic!">Fantastis! </span><span title="Your technical skills are just what we need to be sure we provide technically accurate content for beginners.">Keterampilan teknis Anda adalah apa yang kami butuhkan untuk memastikan kami menyediakan konten teknis yang akurat untuk pemula. </span><span title="As this specific part of MDN is dedicated to learning the Web, be sure your explanations are as simple as possible, without being so simple that they're not useful.">Karena ini adalah bagian tertentu dari MDN didedikasikan untuk belajar Web, pastikan penjelasan Anda sesederhana mungkin, tanpa begitu sederhana itu tidak akan berguna. </span><span title="It's more important to be understandable than to be overly precise.
-
-">Ini lebih penting untuk dimengerti daripada menjadi terlalu tepat.</span></span></p>
-
-<dl>
- <dt><a href="/en-US/docs/Glossary">Membaca dan meninjau daftar istilah </a>(<em>15 menit</em>)</dt>
- <dd><span id="result_box" lang="id"><span title="As a web developer, we need you to make sure our content is technically accurate without being too pedantic.">Sebagai pengembang web, kita perlu Anda untuk memastikan konten kami secara teknis akurat tanpa terlalu bertele-tele. </span><span title="Feel free to make any change you think is necessary.">Jangan ragu untuk membuat perubahan yang Anda anggap perlu. </span><span title="If you want to discuss the content before editing, ping us on our mailing list or IRC channel.
-">Jika Anda ingin mendiskusikan isi sebelum mengedit, ping kami di </span></span><a href="/en-US/docs/MDN/Community#Join_our_mailing_lists" style="line-height: 1.5;">mailing list</a> kami atau <a href="/en-US/docs/MDN/Community#Get_into_IRC">Saluran IRC</a>.</dd>
- <dt><a href="/docs/MDN/Contribute/Howto/Write_a_new_entry_in_the_Glossary">Menulis daftar istilah baru</a> (<em>1 jam</em>)</dt>
- <dd><span class="message_content">Menjelaskan istilah teknis merupakan cara yang sangat baik untuk belajar menulis yang akurat sekaligus sederhana secara teknis. Para pemula akan berterima kasih kepada Anda atas hal ini. Kami memiliki </span><a href="/en-US/docs/Glossary#Contribute">banyak istilah yang belum terdefinisikan</a><span class="message_content">, yang membutuhkan perhatian Anda. Pilih salah satu dan kerjakan</span>.</dd>
- <dt><a href="/en-US/Learn/Index">Membaca dan meninjau artikel pembelajaran</a> (<em>2 jam</em>)</dt>
- <dd><span id="result_box" lang="id"><span title="This is the same deal as with reviewing glossary entry (see above);">Ini adalah hal yang sama seperti meninjau entri glossary (lihat di atas);</span><span title="it just takes a bit more time as those articles are quite a bit longer.
-"> hanya saja membutuhkan sedikit lebih banyak waktu karena artikelnya sedikit panjang.</span></span></dd>
- <dt><a href="/en-US/docs/MDN/Contribute/Howto/Write_an_article_to_help_learn_about_the_Web">Menulis artikel pembelajaran baru </a>(<em>4 jam</em>)</dt>
- <dd><span id="result_box" lang="id"><span title="MDN is lacking simple straightforward articles about using web technologies (HTML, CSS, JavaScript, etc).">MDN kurang artikel sederhana tentang menggunakan teknologi web </span></span>(<a href="/en-US/docs/Learn/CSS">HTML</a>, <a href="/en-US/docs/Learn/CSS">CSS</a>, <a href="/en-US/docs/Learn/JavaScript">JavaScript</a>, d<span lang="id"><span title="MDN is lacking simple straightforward articles about using web technologies (HTML, CSS, JavaScript, etc).">ll). </span><span title="We also have old content on MDN that deserves to be reviewed and reshaped.">Kami juga memiliki konten lama di MDN yang layak untuk dikaji dan dibentuk kembali. </span><span title="Push your skills to the limit to make web technologies usable even by beginners.
-">Dorong kemampuan Anda sampai batas untuk membuat teknologi web yang dapat digunakan bahkan oleh pemula</span></span>.</dd>
- <dt><a href="/en-US/docs/MDN/Contribute/Howto/Create_an_interactive_exercise_to_help_learning_the_web">Buat latihan, contoh kode atau alat pembelajaran aktif</a> (<em>? hours</em>)</dt>
- <dd><span id="result_box" lang="id"><span title='All our learning articles require what we call "active learning" materials, because people learn best by doing something themselves.'>Semua artikel pembelajaran kita membutuhkan apa yang kita sebut materi "belajar aktif", karena orang belajar lebih baik dengan melakukanya sendiri. Materi</span><span title="Such materials are exercises or interactive content that help a user to apply and manipulate the concepts detailed in an article."> tersebut adalah latihan atau konten interaktif yang membantu pengguna untuk menerapkan dan memanipulasi ricnian konsep dalam sebuah artikel. </span><span title="There are many possible ways to make active learning content, from creating code samples with JSFiddle or similar, to building fully hackable interactive content with Thimble.">Ada banyak cara yang mungkin untuk membuat konten pembelajaran yang aktif, dari menciptakan contoh kode dengan </span></span><a href="http://jsfiddle.net" rel="external">JSFiddle</a><span lang="id"><span title="There are many possible ways to make active learning content, from creating code samples with JSFiddle or similar, to building fully hackable interactive content with Thimble."> atau serupa, untuk membangun konten interaktif yang sepenuhnya dapat diubah dengan </span></span><a href="https://thimble.webmaker.org/" rel="external">Thimble</a><span lang="id"><span title="There are many possible ways to make active learning content, from creating code samples with JSFiddle or similar, to building fully hackable interactive content with Thimble.">. </span><span title="Unleash your creativity!">Lepaskan kreativitas Anda</span></span>!</dd>
-</dl>
-
-<h2 id="Saya_seorang_Pengajar">Saya seorang Pengajar</h2>
-
-<p><span id="result_box" lang="id"><span title="MDN has a long history of technical excellence, but we lack a good sense of the best way to teach concepts to newcomers.">MDN memiliki sejarah panjang keunggulan teknis, tapi kami tidak memiliki rasa yang baik dari cara terbaik untuk mengajarkan konsep untuk pendatang baru. </span><span title="This is where we need you, as a teacher or educator.">Di sinilah kami perlu Anda, sebagai pengajar atau pendidik. </span><span title="You can help us ensure that our materials provide a good, sensible educational track for our readers.
-
-">Anda dapat membantu kami memastikan bahwa materi yang kami berikan baik, jalur pendidikan yang masuk akal bagi pembaca kami.</span></span></p>
-
-<dl>
- <dt><a href="/en-US/docs/Glossary">Membaca dan meninjau daftar istilah </a>(<em>15 menit</em>)</dt>
- <dd><span id="result_box" lang="id"><span title="Check out a glossary entry and feel free to make any changes you think are necessary.">Periksa daftar istilah dan jangan takut untuk membuat perubahan yang menurut Anda perlu. </span><span title="If you want to discuss the content before editing, ping us on our mailing list or IRC channel.
-">Jika Anda ingin mendiskusikan konten sebelum mengedit, ping kami di </span></span><a href="/en-US/docs/MDN/Community#Join_our_mailing_lists" style="line-height: 1.5;">mailing list</a> atau<a href="/en-US/docs/MDN/Community#Get_into_IRC"> Saluran IRC </a>kami.</dd>
- <dt><a href="/docs/MDN/Contribute/Howto/Write_a_new_entry_in_the_Glossary">Menulis daftar istilah baru</a> (<em>1 jam</em>)</dt>
- <dd><span id="result_box" lang="id"><span title="Clear, simple definitions of terms and basic overviews of concepts in the glossary are critical in meeting beginners' needs.">Jelas, definisi sederhana dari istilah dan ikhtisar dasar konsep dalam daftar istilah penting dalam memenuhi kebutuhan pemula '. </span><span title="Your experience as an educator can help create excellent glossary entries;">Pengalaman Anda sebagai seorang pendidik dapat membantu membuat daftar istilah yang sangat baik; </span><span title="we have many undefined terms which need your attention.">kami memiliki <a href="/en-US/docs/Glossary#Contribute">banyak istilah yang belum terdefinisikan</a> yang perlu Anda perhatikan. </span><span title="Pick one and go for it.
-">Pilih satu dan kerjakan.</span></span></dd>
- <dt><a href="/en-US/docs/tag/needsSchema">Tambahkan ilustrasi dan/ atau skema artikel</a> (<em>1 jam</em>)</dt>
- <dd><span id="result_box" lang="id"><span title="As you might know, illustrations are an invaluable part of any learning content.">Seperti yang anda ketahui, ilustrasi merupakan bagian penting dari isi pembelajaran apapun. </span><span title="This is something we often lack on MDN and your skills can make a difference in that area.">Ini adalah sesuatu yang kita sering kekurangan di MDN dan keterampilan Anda dapat membuat perbedaan di area itu. </span><span title="Check out the articles that lack illustrative content and pick one you'd like to create graphics for.
-">Kunjungi <a href="/en-US/docs/tag/needsSchema">artikel yang kekurangan konten ilustrasi</a> dan pilih salah satu yang Anda inginkan untuk membuat ilustrasi.</span></span></dd>
- <dt><a href="/en-US/Learn/Index">Membaca dan meninjau artikel pembelajaran</a> (<em>2 jam</em>)</dt>
- <dd><span id="result_box" lang="id"><span title="This is similar to reviewing glossary entries (see above), but it requires more time since the articles are typically quite a bit longer.
-">Hal ini mirip dengan meninjau daftar istilah (lihat di atas), tetapi membutuhkan lebih banyak waktu karena artikel biasanya sedikit lebih panjang.</span></span></dd>
- <dt><a href="/en-US/docs/MDN/Contribute/Howto/Write_an_article_to_help_learn_about_the_Web">Menulis artikel pembelajaran baru</a> (<em>4 jam</em>)</dt>
- <dd><span id="result_box" lang="id"><span title="We need simple, straightforward articles about the Web ecosystem and other functional topics around it.">Kita perlu artikel yang mudah tentang ekosistem Web dan topik fungsional lain di sekitarnya. </span><span title="Since these learning articles need to be educational rather than trying to literally cover everything there is to know, your experience in knowing what to cover and how will be a great asset.
-">Karena ini artikel pembelajaran perlu mendidik daripada mencoba untuk benar-benar menutupi segala sesuatu yang perlu diketahui, pengalaman Anda dalam mengetahui apa yang harus diliput dan bagaimana hal itu akan menjadi aset besar.</span></span></dd>
- <dt><a href="/en-US/docs/MDN/Contribute/Howto/Create_an_interactive_exercise_to_help_learning_the_web">Buat latihan, kuis atau alat pembelajaran interaktif</a> (<em>? jam</em>)</dt>
- <dd><span id="result_box" lang="id"><span title='All our learning articles require what we call "active learning" materials.'>Semua artikel pembelajaran kita membutuhkan apa yang kita sebut materi "belajar aktif". Materi</span><span title="Such materials are exercises or interactive content which help a user learn to use and expand upon the concepts detailed in an article."> tersebut adalah latihan atau konten interaktif yang membantu pengguna belajar untuk menggunakan dan memanipulasi konsep yang dirincikan dalam sebuah artikel. </span><span title="There are lots of things you can do here, from creating quizzes to building fully hackable interactive content with Thimble.">Ada banyak hal yang dapat Anda lakukan di sini, dari membuat kuis untuk membangun konten interaktif yang sepenuhnya dapat diubah dengan <a href="https://thimble.webmaker.org/">Thimble</a>. </span><span title="Unleash your creativity!
-">Lepaskan kreativitas Anda!</span></span></dd>
- <dt><a href="/en-US/docs/MDN/Contribute/Howto/Create_learning_pathways">Buat jalur studi</a> (<em>? jam</em>)</dt>
- <dd><span id="result_box" lang="id"><span title="In order to provide progressive and comprehensible tutorials, we need to shape ou content into pathways.">Dalam rangka memberikan tutorial yang progresif dan mudah dipahami, kita perlu membentuk konten jalur studi. </span><span title="It's a way to gather existing content and figure what are the missing learning article to write.">Ini adalah cara untuk mengumpulkan konten yang ada dan mencari apa kekurangan artikel pembelajaran untuk menuliskannya.</span></span></dd>
-</dl>
diff --git a/files/id/learn/html/pengenalan_html/document_and_website_structure/index.html b/files/id/learn/html/introduction_to_html/document_and_website_structure/index.html
index 5563c68fd3..5563c68fd3 100644
--- a/files/id/learn/html/pengenalan_html/document_and_website_structure/index.html
+++ b/files/id/learn/html/introduction_to_html/document_and_website_structure/index.html
diff --git a/files/id/learn/html/pengenalan_html/html_text_fundamentals/index.html b/files/id/learn/html/introduction_to_html/html_text_fundamentals/index.html
index bbee58cc80..bbee58cc80 100644
--- a/files/id/learn/html/pengenalan_html/html_text_fundamentals/index.html
+++ b/files/id/learn/html/introduction_to_html/html_text_fundamentals/index.html
diff --git a/files/id/learn/html/pengenalan_html/index.html b/files/id/learn/html/introduction_to_html/index.html
index 367ef45712..367ef45712 100644
--- a/files/id/learn/html/pengenalan_html/index.html
+++ b/files/id/learn/html/introduction_to_html/index.html
diff --git a/files/id/learn/html/pengenalan_html/structuring_a_page_of_content/index.html b/files/id/learn/html/introduction_to_html/structuring_a_page_of_content/index.html
index 2535589f38..2535589f38 100644
--- a/files/id/learn/html/pengenalan_html/structuring_a_page_of_content/index.html
+++ b/files/id/learn/html/introduction_to_html/structuring_a_page_of_content/index.html
diff --git a/files/id/learn/html/multimedia_dan_embedding/adding_vector_graphics_to_the_web/index.html b/files/id/learn/html/multimedia_and_embedding/adding_vector_graphics_to_the_web/index.html
index acddef0b53..acddef0b53 100644
--- a/files/id/learn/html/multimedia_dan_embedding/adding_vector_graphics_to_the_web/index.html
+++ b/files/id/learn/html/multimedia_and_embedding/adding_vector_graphics_to_the_web/index.html
diff --git a/files/id/learn/html/multimedia_dan_embedding/index.html b/files/id/learn/html/multimedia_and_embedding/index.html
index fe111da30c..fe111da30c 100644
--- a/files/id/learn/html/multimedia_dan_embedding/index.html
+++ b/files/id/learn/html/multimedia_and_embedding/index.html
diff --git a/files/id/learn/html/multimedia_dan_embedding/responsive_images/index.html b/files/id/learn/html/multimedia_and_embedding/responsive_images/index.html
index e13790b7f4..e13790b7f4 100644
--- a/files/id/learn/html/multimedia_dan_embedding/responsive_images/index.html
+++ b/files/id/learn/html/multimedia_and_embedding/responsive_images/index.html
diff --git a/files/id/learn/html/tabel/index.html b/files/id/learn/html/tables/index.html
index b8fe3a2d8a..b8fe3a2d8a 100644
--- a/files/id/learn/html/tabel/index.html
+++ b/files/id/learn/html/tables/index.html
diff --git a/files/id/learn/javascript/objects/dasar-dasar/index.html b/files/id/learn/javascript/objects/basics/index.html
index 6c273b51a3..6c273b51a3 100644
--- a/files/id/learn/javascript/objects/dasar-dasar/index.html
+++ b/files/id/learn/javascript/objects/basics/index.html
diff --git a/files/id/learn/web_mechanics/index.html b/files/id/learn/web_mechanics/index.html
deleted file mode 100644
index 2e2f406ee5..0000000000
--- a/files/id/learn/web_mechanics/index.html
+++ /dev/null
@@ -1,30 +0,0 @@
----
-title: Mekanisme Web
-slug: Learn/Web_Mechanics
-tags:
- - MekanismeWeb
- - Pemula
-translation_of: Learn/Common_questions
-translation_of_original: Learn/Web_Mechanics
----
-<p>Kompetensi ini merepresentasikan pemahaman Anda mengenai ekosistem web. Kami pecah pengetahuan yang Anda butuhkan kedalam bentuk yang lebih kecil, yakni detil keahliannya.</p>
-
-<p>{{NoteStart}}<em>Mekanisme web</em> berfokus pada sisi fungsional dari ekosistem web, bukan pada sisi teknis, dimana pembahasannya berada pada <em><a href="/en-US/docs/Learn/skills/Infrastructure">Infrastruktur</a>.</em>{{NoteEnd}}</p>
-
-<h2 id="Keahlian_Dasar">Keahlian Dasar</h2>
-
-<p>Mulailah dari sini jika Anda belum akrab dengan web. Kami juga menyarankan Anda untuk mengunjungi ke halaman <a href="/en-US/docs/Glossary">glosarium </a>kami untuk bantuan dalam memahami berbagai jargon yang ada pada web.</p>
-
-<p>{{ArticlesByTag({"tags":["WebMechanics","Beginner"]})}}</p>
-
-<h2 id="Keahlian_Menengah">Keahlian Menengah</h2>
-
-<p>Jika Anda sudah pernah mengenal web, di sini ada beberapa detail yang dapat Anda pelajari lebih lanjut:</p>
-
-<p>{{ArticlesByTag({"tags":["WebMechanics","Intermediate"]})}}</p>
-
-<h2 id="Keahlian_Lanjutan">Keahlian Lanjutan</h2>
-
-<p>Jika Anda adalah seorang pembuat web yang berpengalaman, Anda mungkin tertarik untuk mempelajari keahlian yang luar biasa.</p>
-
-<p>{{ArticlesByTag({"tags":["WebMechanics","Advanced"]})}}</p>