HTML <객체> 높이 속성

❮ HTML <객체> 태그

예시

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

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

정의 및 사용

height속성은 개체의 높이를 픽셀 단위로 지정합니다 .


브라우저 지원

Attribute
height Yes Yes Yes Yes Yes

통사론

<object height="pixels">

속성 값

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

❮ HTML <객체> 태그