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)