aboutsummaryrefslogtreecommitdiff
path: root/files/ko
diff options
context:
space:
mode:
authorhochan222 <hochan049@gmail.com>2021-10-28 17:51:03 +0900
committerKyle <mkitigy@gmail.com>2021-12-27 08:06:31 +0900
commit07bd50e693612ae2c96d982f65f3757aaeb6290e (patch)
tree4160bfcb36f540f33b74d484ffd2c378cf55bdbd /files/ko
parent567bcf54731eae10ec04b3408c223e2156dd3c4c (diff)
downloadtranslated-content-07bd50e693612ae2c96d982f65f3757aaeb6290e.tar.gz
translated-content-07bd50e693612ae2c96d982f65f3757aaeb6290e.tar.bz2
translated-content-07bd50e693612ae2c96d982f65f3757aaeb6290e.zip
fix: /ko/docs/web/html/applying_color, EmbedLiveSample and flaws
Diffstat (limited to 'files/ko')
-rw-r--r--files/ko/web/html/element/label/index.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/files/ko/web/html/element/label/index.html b/files/ko/web/html/element/label/index.html
index 2d99a140c5..1984b664a2 100644
--- a/files/ko/web/html/element/label/index.html
+++ b/files/ko/web/html/element/label/index.html
@@ -63,14 +63,14 @@ translation_of: Web/HTML/Element/label
<pre class="brush: html">&lt;label&gt;Click me &lt;input type="text"&gt;&lt;/label&gt;</pre>
-<p>{{EmbedLiveSample('Simple_label_example', '200', '50', '')}}</p>
+<p>{{EmbedLiveSample('간단한_label_예제', '200', '50', '')}}</p>
<h3 id="for_속성_예제">"for" 속성 예제</h3>
<pre class="brush: html">&lt;label for="username"&gt;Click me&lt;/label&gt;
&lt;input type="text" id="username"&gt;</pre>
-<p>{{EmbedLiveSample('Using_the_for_attribute', '200', '50', '')}}</p>
+<p>{{EmbedLiveSample('for_속성_예제', '200', '50', '')}}</p>
<h2 id="접근성_고려사항">접근성 고려사항</h2>
@@ -101,7 +101,7 @@ translation_of: Web/HTML/Element/label
<h3 id="제목">제목</h3>
-<p>제목은 일반적으로 <a href="/en-US/docs/Web/HTML/Element/Heading_Elements#Navigation">탐색 목적</a>의 보조 도구로 사용되므로 <code>&lt;label&gt;</code>  내에 <a href="/en-US/docs/Web/HTML/Element/Heading_Elements">제목 요소</a>를 배치하면 많은 종류의 보조 기술을 방해합니다. label의 텍스트를 시각적으로 조정해야하는 경우,  <code>&lt;label&gt;</code> 요소에 적용된 CSS 클래스를 사용하십시오.</p>
+<p>제목은 일반적으로 <a href="/en-US/docs/Web/HTML/Element/Heading_Elements#navigation">탐색 목적</a>의 보조 도구로 사용되므로 <code>&lt;label&gt;</code>  내에 <a href="/en-US/docs/Web/HTML/Element/Heading_Elements">제목 요소</a>를 배치하면 많은 종류의 보조 기술을 방해합니다. label의 텍스트를 시각적으로 조정해야하는 경우,  <code>&lt;label&gt;</code> 요소에 적용된 CSS 클래스를 사용하십시오.</p>
<p><a href="/en-US/docs/Web/HTML/Element/form">양식(form)</a> 또는 양식의 섹션에 제목이 필요한 경우 {{HTMLElement ( "fieldset")}} 내에 배치 된 {{HTMLElement ( "legend")}} 요소를 사용하십시오.</p>