From da78a9e329e272dedb2400b79a3bdeebff387d47 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:42:17 -0500 Subject: initial commit --- files/ko/web/api/htmltableelement/width/index.html | 28 ++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 files/ko/web/api/htmltableelement/width/index.html (limited to 'files/ko/web/api/htmltableelement/width') diff --git a/files/ko/web/api/htmltableelement/width/index.html b/files/ko/web/api/htmltableelement/width/index.html new file mode 100644 index 0000000000..de93d46543 --- /dev/null +++ b/files/ko/web/api/htmltableelement/width/index.html @@ -0,0 +1,28 @@ +--- +title: table.width +slug: Web/API/HTMLTableElement/width +tags: + - DOM + - Gecko + - Gecko DOM Reference +translation_of: Web/API/HTMLTableElement/width +--- +

{{ ApiRef() }}

+

요약

+

width는 바라는 테이블의 너비를 지정합니다.

+

구문

+
HTMLTableElement.width =width;
+varwidth =HTMLTableElement.width;
+
+

width가 픽셀수나 퍼센트 값으로 너비를 나타내는 문자열인 곳.

+

예제

+
mytable.width = "75%";
+
+

스펙

+

W3C DOM 2 HTML Specification + + HTMLTableElement + .width

+
+  
+

{{ languages( { "en": "en/DOM/table.width" } ) }}

-- cgit v1.2.3-54-g00ecf