diff --git a/files/ko/web/html/element/caption/index.md b/files/ko/web/html/element/caption/index.md index 9d38f532122145..7babc2706ea10a 100644 --- a/files/ko/web/html/element/caption/index.md +++ b/files/ko/web/html/element/caption/index.md @@ -67,7 +67,7 @@ The following attributes are deprecated and should not be used. They are documen - `bottom` - : The caption is displayed below the table. - > **Warning:** Do not use this attribute, as it has been deprecated. The {{HTMLElement("caption")}} element should be styled using the [CSS](/en-US/docs/Web/CSS) properties {{cssxref("caption-side")}} and {{cssxref("text-align")}}. + > **Warning:** Do not use this attribute, as it has been deprecated. The {{HTMLElement("caption")}} element should be styled using the [CSS](/ko/docs/Web/CSS) properties {{cssxref("caption-side")}} and {{cssxref("text-align")}}. ## 사용 일람 diff --git a/files/ko/web/html/element/col/index.md b/files/ko/web/html/element/col/index.md index 413dbb3c90b39c..b2627274c2e3a4 100644 --- a/files/ko/web/html/element/col/index.md +++ b/files/ko/web/html/element/col/index.md @@ -77,7 +77,7 @@ The following attributes are deprecated and should not be used. They are documen - {{htmlattrdef("bgcolor")}} {{Deprecated_inline}} - - : The background color of the table. It is a [6-digit hexadecimal RGB code](/en-US/docs/Web/CSS/color_value#rgb_colors), prefixed by a '`#`'. One of the predefined [color keywords](/en-US/docs/Web/CSS/color_value#color_keywords) can also be used. + - : The background color of the table. It is a [6-digit hexadecimal RGB code](/ko/docs/Web/CSS/color_value#rgb_colors), prefixed by a '`#`'. One of the predefined [color keywords](/ko/docs/Web/CSS/color_value#color_keywords) can also be used. To achieve a similar effect, use the CSS {{cssxref("background-color")}} property. diff --git a/files/ko/web/html/element/colgroup/index.md b/files/ko/web/html/element/colgroup/index.md index a0a730c09e7317..98530857c83e92 100644 --- a/files/ko/web/html/element/colgroup/index.md +++ b/files/ko/web/html/element/colgroup/index.md @@ -95,7 +95,7 @@ The following attributes are deprecated and should not be used. They are documen - {{htmlattrdef("bgcolor")}} {{Deprecated_inline}} - - : The background color of the table. It is a [6-digit hexadecimal RGB code](/en-US/docs/Web/CSS/color_value#rgb_colors), prefixed by a '`#`'. One of the predefined [color keywords](/en-US/docs/Web/CSS/color_value#color_keywords) can also be used. + - : The background color of the table. It is a [6-digit hexadecimal RGB code](/ko/docs/Web/CSS/color_value#rgb_colors), prefixed by a '`#`'. One of the predefined [color keywords](/ko/docs/Web/CSS/color_value#color_keywords) can also be used. To achieve a similar effect, use the CSS {{cssxref("background-color")}} property. diff --git a/files/ko/web/html/element/details/index.md b/files/ko/web/html/element/details/index.md index 10b0d3c53ce4a9..a00fe81af402fd 100644 --- a/files/ko/web/html/element/details/index.md +++ b/files/ko/web/html/element/details/index.md @@ -43,7 +43,7 @@ Fully standards-compliant implementations automatically apply the CSS `{{cssxref 가능한 부모 요소 플로우 콘텐츠를 허용하는 모든 요소. diff --git a/files/ko/web/html/element/heading_elements/index.md b/files/ko/web/html/element/heading_elements/index.md index f392e64d657415..f5c122c32fc2bb 100644 --- a/files/ko/web/html/element/heading_elements/index.md +++ b/files/ko/web/html/element/heading_elements/index.md @@ -174,7 +174,7 @@ slug: Web/HTML/Element/Heading_Elements 스크린 리더 사용자가 자주 사용하는 다른 기술은 [콘텐츠 구획](/ko/docs/Web/HTML/Element#콘텐츠_구획)의 목록을 생성한 후, 이를 통해 페이지 레이아웃을 파악하는 것입니다. -콘텐츠 구획에는 [`aria-labelledby`](/en-US/docs/Web/Accessibility/ARIA/ARIA_Techniques/Using_the_aria-labelledby_attribute)와 {{htmlattrxref("id")}} 특성을 함께 사용해 이름, 즉 레이블을 붙일 수 있습니다. 레이블은 현재 구획의 목적을 간결하게 설명해야 합니다. 레이블 기법은 한 페이지에 다수의 구획이 있을 때 유용하게 사용할 수 있습니다. +콘텐츠 구획에는 [`aria-labelledby`](/ko/docs/Web/Accessibility/ARIA/ARIA_Techniques/Using_the_aria-labelledby_attribute)와 {{htmlattrxref("id")}} 특성을 함께 사용해 이름, 즉 레이블을 붙일 수 있습니다. 레이블은 현재 구획의 목적을 간결하게 설명해야 합니다. 레이블 기법은 한 페이지에 다수의 구획이 있을 때 유용하게 사용할 수 있습니다. #### 예제 diff --git a/files/ko/web/html/element/iframe/index.md b/files/ko/web/html/element/iframe/index.md index cdd093de1ed516..39ff73c81368af 100644 --- a/files/ko/web/html/element/iframe/index.md +++ b/files/ko/web/html/element/iframe/index.md @@ -57,9 +57,9 @@ slug: Web/HTML/Element/iframe - {{htmlattrdef("allow")}} - - : Specifies a [feature policy](/en-US/docs/Web/HTTP/Feature_Policy) for the `