Skip to content

Commit

Permalink
review: 리뷰사항 적용
Browse files Browse the repository at this point in the history
  • Loading branch information
soorokim committed Jul 30, 2023
1 parent defcf9f commit 012f96d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -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

Expand Down Expand Up @@ -179,6 +181,6 @@ label em {
}
```

### Result
### 결과

{{ EmbedLiveSample('A_payment_form', '100%', 620) }}
6 changes: 3 additions & 3 deletions files/ko/learn/forms/how_to_structure_a_web_form/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 012f96d

Please sign in to comment.