From 012f96de1c8bb0e474299e403cd6c844cef6e930 Mon Sep 17 00:00:00 2001 From: soorokim Date: Mon, 31 Jul 2023 07:58:50 +0900 Subject: [PATCH] =?UTF-8?q?review:=20=EB=A6=AC=EB=B7=B0=EC=82=AC=ED=95=AD?= =?UTF-8?q?=20=EC=A0=81=EC=9A=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../forms/how_to_structure_a_web_form/example/index.md | 6 ++++-- files/ko/learn/forms/how_to_structure_a_web_form/index.md | 6 +++--- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/files/ko/learn/forms/how_to_structure_a_web_form/example/index.md b/files/ko/learn/forms/how_to_structure_a_web_form/example/index.md index 5169e06e5d015e..f903ea98836aab 100644 --- a/files/ko/learn/forms/how_to_structure_a_web_form/example/index.md +++ b/files/ko/learn/forms/how_to_structure_a_web_form/example/index.md @@ -1,11 +1,13 @@ --- title: Example slug: Learn/Forms/How_to_structure_a_web_form/Example +i18n: + sourceCommit: 8130108afffac43fb24f9db8c43d3d36043c17f8 --- [HTML 폼 구성 방법](/ko/docs/Learn/Forms/How_to_structure_a_web_form)의 기본 결제 폼 예제 입니다. -## A payment form +## 결제 폼 ### HTML @@ -179,6 +181,6 @@ label em { } ``` -### Result +### 결과 {{ EmbedLiveSample('A_payment_form', '100%', 620) }} diff --git a/files/ko/learn/forms/how_to_structure_a_web_form/index.md b/files/ko/learn/forms/how_to_structure_a_web_form/index.md index d0dfcd92c616b7..ed44e6ee2a6e53 100644 --- a/files/ko/learn/forms/how_to_structure_a_web_form/index.md +++ b/files/ko/learn/forms/how_to_structure_a_web_form/index.md @@ -334,6 +334,6 @@ slug: Learn/Forms/How_to_structure_a_web_form ### 고급 주제 -- [How to build custom form controls](/en-US/docs/Learn/Forms/How_to_build_custom_form_controls) -- [Sending forms through JavaScript](/en-US/docs/Learn/Forms/Sending_forms_through_JavaScript) -- [Property compatibility table for form widgets](/en-US/docs/Learn/Forms/Property_compatibility_table_for_form_controls) +- [How to build custom form controls](/ko/docs/Learn/Forms/How_to_build_custom_form_controls) +- [Sending forms through JavaScript](/ko/docs/Learn/Forms/Sending_forms_through_JavaScript) +- [Property compatibility table for form widgets](/ko/docs/Learn/Forms/Property_compatibility_table_for_form_controls)