diff options
author | Kim Hanchul <8089115+khcpietro@users.noreply.github.com> | 2021-08-23 16:06:40 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-23 16:06:40 +0900 |
commit | 214122171c9a5b44306cc9d6b6409150ad7f5f0d (patch) | |
tree | 946340ff717066477bd539af0993296510e680d5 /files/ko/web | |
parent | 2a46e49ac16bf1e063c44b8c5c47758abaead61b (diff) | |
download | translated-content-214122171c9a5b44306cc9d6b6409150ad7f5f0d.tar.gz translated-content-214122171c9a5b44306cc9d6b6409150ad7f5f0d.tar.bz2 translated-content-214122171c9a5b44306cc9d6b6409150ad7f5f0d.zip |
amend mistranslation in Korean (오역 수정) (#2151)
Diffstat (limited to 'files/ko/web')
-rw-r--r-- | files/ko/web/api/element/tagname/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ko/web/api/element/tagname/index.html b/files/ko/web/api/element/tagname/index.html index ecbbc3a405..52842f4587 100644 --- a/files/ko/web/api/element/tagname/index.html +++ b/files/ko/web/api/element/tagname/index.html @@ -5,7 +5,7 @@ translation_of: Web/API/Element/tagName --- <div>{{ApiRef("DOM")}}</div> -<p><span class="seoSummary">{{domxref("Element")}} 인터페이스의 <strong><code>tagName</code></strong> 읽기 전용 속성은 요소에 호출된 태그 명을 가져온다.</span> 예를 들면, 만약 {{HTMLElement("img")}} 요소일 경우, 해당 요소의 <code>tagName</code> 속성의 내용은 <code>"IMG"</code> 가 된다 (XML/XHTML 및 HTML 문서에서 대소문자가 다르게 나올 수 있다).</p> +<p><span class="seoSummary">{{domxref("Element")}} 인터페이스의 <strong><code>tagName</code></strong> 읽기 전용 속성은 요소에 호출된 태그 명을 가져온다.</span> 예를 들면, 만약 {{HTMLElement("img")}} 요소일 경우, 해당 요소의 <code>tagName</code> 속성의 내용은 <code>"IMG"</code> 가 된다 (이것은 HTML인 경우에 대한 내용이고, XML/XHTML 문서에서는 대소문자가 다르게 나올 수 있다).</p> <h2 id="구문">구문</h2> |