HTML <iframe> 너비 속성

❮ HTML <iframe> 태그

예시

지정된 높이와 너비가 200픽셀인 <iframe>:

<iframe src="/default.asp" width="200" height="200"></iframe>

정의 및 사용

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

기본 너비는 300픽셀입니다.


브라우저 지원

Attribute
width Yes Yes Yes Yes Yes

통사론

<iframe width="pixels">

속성 값

Value Description
pixels The width in pixels (like "100px" or just "100")

❮ HTML <iframe> 태그