aboutsummaryrefslogtreecommitdiff
path: root/files/ko/web/html/element/form/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ko/web/html/element/form/index.html')
-rw-r--r--files/ko/web/html/element/form/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/files/ko/web/html/element/form/index.html b/files/ko/web/html/element/form/index.html
index 802d1e3d64..278afd314f 100644
--- a/files/ko/web/html/element/form/index.html
+++ b/files/ko/web/html/element/form/index.html
@@ -91,8 +91,8 @@ translation_of: Web/HTML/Element/form
<dt>{{htmlattrdef("method")}}</dt>
<dd>양식을 제출할 때 사용할 <a href="/ko/docs/Web/HTTP" title="http://www.w3.org/Protocols/rfc2616/rfc2616.html">HTTP</a> 메서드.
<ul>
- <li><code>post</code>: <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec9.html#sec9.5" title="http://www.w3.org/Protocols/rfc2616/rfc2616-sec9.html#sec9.5">POST 메서드</a>. 양식 데이터를 <a href="/ko/docs/Web/API/Body">요청 본문</a>으로 전송합니다.</li>
- <li><code>get</code>: <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec9.html#sec9.3" title="http://www.w3.org/Protocols/rfc2616/rfc2616-sec9.html#sec9.3">GET 메서드</a>. 양식 데이터를 <code>action</code> URL과 <code>?</code> 구분자 뒤에 이어 붙여서 전송합니다.</li>
+ <li><code>post</code>: <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec9.html#sec9.5">POST 메서드</a>. 양식 데이터를 <a href="/ko/docs/Web/API/Body">요청 본문</a>으로 전송합니다.</li>
+ <li><code>get</code>: <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec9.html#sec9.3">GET 메서드</a>. 양식 데이터를 <code>action</code> URL과 <code>?</code> 구분자 뒤에 이어 붙여서 전송합니다.</li>
<li>dialog: 양식이 {{htmlelement("dialog")}} 안에 위치한 경우, 제출과 함께 대화 상자를 닫습니다.</li>
</ul>