aboutsummaryrefslogtreecommitdiff
path: root/files/ko/learn/forms
diff options
context:
space:
mode:
authorFlorian Merz <me@fiji-flo.de>2021-02-11 14:48:25 +0100
committerFlorian Merz <me@fiji-flo.de>2021-02-11 14:48:25 +0100
commitf2db11d0be377464daa06807f993a562c7dc10ac (patch)
tree9444d300cea8bc73ff4d17be83b42d2350f64ebd /files/ko/learn/forms
parentee778d6eea54935fd05022e0ba8c49456003381a (diff)
downloadtranslated-content-f2db11d0be377464daa06807f993a562c7dc10ac.tar.gz
translated-content-f2db11d0be377464daa06807f993a562c7dc10ac.tar.bz2
translated-content-f2db11d0be377464daa06807f993a562c7dc10ac.zip
unslug ko: modify
Diffstat (limited to 'files/ko/learn/forms')
-rw-r--r--files/ko/learn/forms/how_to_structure_a_web_form/index.html3
-rw-r--r--files/ko/learn/forms/index.html3
-rw-r--r--files/ko/learn/forms/sending_and_retrieving_form_data/index.html3
-rw-r--r--files/ko/learn/forms/your_first_form/index.html3
4 files changed, 8 insertions, 4 deletions
diff --git a/files/ko/learn/forms/how_to_structure_a_web_form/index.html b/files/ko/learn/forms/how_to_structure_a_web_form/index.html
index 37bfbb57ae..1702909e58 100644
--- a/files/ko/learn/forms/how_to_structure_a_web_form/index.html
+++ b/files/ko/learn/forms/how_to_structure_a_web_form/index.html
@@ -1,7 +1,8 @@
---
title: HTML_폼_구성_방법
-slug: Learn/HTML/Forms/HTML_폼_구성_방법
+slug: Learn/Forms/How_to_structure_a_web_form
translation_of: Learn/Forms/How_to_structure_a_web_form
+original_slug: Learn/HTML/Forms/HTML_폼_구성_방법
---
<p>HTML폼을 만들떄 구조화 하는것은 중요한 것이다. 이것은 두가지 이유로 중요하다. 폼이 사용 할수 있다는 것을 보장하고 접근성도 늘릴수 있기 떄문이다.(즉 장애인들도 쉽게 사용할 수 있다.) <span style="line-height: 1.5;">HTML 폼의 <a href="https://developer.mozilla.org/en-US/docs/Web/Accessibility">접근성</a>은 중요한 점이고 어떻게 폼 접근성을 높일 수 있는지 볼것이다.</span></p>
diff --git a/files/ko/learn/forms/index.html b/files/ko/learn/forms/index.html
index f7244cbdc1..a133468144 100644
--- a/files/ko/learn/forms/index.html
+++ b/files/ko/learn/forms/index.html
@@ -1,7 +1,8 @@
---
title: HTML 폼 가이드
-slug: Learn/HTML/Forms
+slug: Learn/Forms
translation_of: Learn/Forms
+original_slug: Learn/HTML/Forms
---
<p><span class="seoSummary">이 가이드는 HTML 폼을 숙달 시키는데 도움이 되는 문서입니다.</span> HTML 폼은 사용자와 상호작용할 수 있는 매우 강력한 도구입니다. 그러나 역사적으로 나 기술적인 이유로 사용자에게 항상 명확하게 기능을 제공할 수 있는 것은 아닙니다. 이 가이드에서 HTML 폼 관점에서 스타일 구조, 사용자 위젯으로 데이터 다루기 등 모든 것을 다룰 것입니다. 이러한 강력한 기술들을 즐기길 바랍니다!</p>
diff --git a/files/ko/learn/forms/sending_and_retrieving_form_data/index.html b/files/ko/learn/forms/sending_and_retrieving_form_data/index.html
index f1d7c35437..69dbe42e3d 100644
--- a/files/ko/learn/forms/sending_and_retrieving_form_data/index.html
+++ b/files/ko/learn/forms/sending_and_retrieving_form_data/index.html
@@ -1,7 +1,8 @@
---
title: Sending and retrieving form data
-slug: Learn/HTML/Forms/Sending_and_retrieving_form_data
+slug: Learn/Forms/Sending_and_retrieving_form_data
translation_of: Learn/Forms/Sending_and_retrieving_form_data
+original_slug: Learn/HTML/Forms/Sending_and_retrieving_form_data
---
<p><span style="line-height: 1.5;">많은 경우 HTML 폼은 서버에 데이터를 전송할 목적으로 사용된다. </span>서버는 데이터를 처리하고 사용자에게 응답을 보낼 것이다. 간단한 것 처럼 보이지만 데이터가 서버나 사용자에게 피해를 입히지 않기 위해서는 몇가지를 명심해야한다.</p>
diff --git a/files/ko/learn/forms/your_first_form/index.html b/files/ko/learn/forms/your_first_form/index.html
index b997fc1f08..656600f2d5 100644
--- a/files/ko/learn/forms/your_first_form/index.html
+++ b/files/ko/learn/forms/your_first_form/index.html
@@ -1,7 +1,8 @@
---
title: 나의 첫 HTML 폼
-slug: Learn/HTML/Forms/Your_first_HTML_form
+slug: Learn/Forms/Your_first_form
translation_of: Learn/Forms/Your_first_form
+original_slug: Learn/HTML/Forms/Your_first_HTML_form
---
<p>이 문서는 HTML 폼 소개 문서입니다. 간단한 폼들을 살펴보면서 HTML 폼을 만들기에 대한 기본적인 필요 사항들을 볼 수 있을 것이다. 이 문서는 HTML폼에 대해서는 아무것도 몰라도 되지만 다음 문서에 나와 있는 기본적인 HTML이나 CSS를 알아야 한다. (<a href="/en-US/docs/HTML/Introduction" title="/en-US/docs/HTML/Introduction">the basics of HTML</a>, <a href="/en-US/docs/CSS/Getting_Started" title="/en-US/docs/CSS/Getting_Started">CSS</a>)</p>