HTML: Markup language
CSS: Styling language
JavaScript: Scripting language
Web APIs: Programming interfaces
All web technology
Learn web development
Discover our tools
Get to know MDN better
This page was translated from English by the community. Learn more and join the MDN Web Docs community.
View in English Always switch to English
width는 바라는 테이블의 너비를 지정합니다.
HTMLTableElement.width = width; var width = HTMLTableElement.width;
width가 픽셀수나 퍼센트 값으로 너비를 나타내는 문자열인 곳.
width
mytable.width = "75%";