HTML <객체> 너비 속성

❮ HTML <객체> 태그

예시

높이가 300픽셀이고 너비가 200픽셀인 포함된 이미지:

<object data="pic_trulli.jpg" width="200" height="300"></object>

정의 및 사용

width속성은 개체의 너비를 픽셀 단위로 지정합니다 .


브라우저 지원

Attribute
width Yes Yes Yes Yes Yes

통사론

<object width="pixels">

속성 값

Value Description
pixels The width of the object, in pixels (i.e. width="100")

❮ HTML <객체> 태그