Atribut tinggi <iframe> HTML

tag HTML <iframe>

Contoh

Sebuah <iframe> dengan tinggi dan lebar 200 piksel yang ditentukan:

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

Definisi dan Penggunaan

Atribut heightmenentukan tinggi <iframe>, dalam piksel.

Tinggi default adalah 150 piksel.


Dukungan Peramban

Attribute
height Yes Yes Yes Yes Yes

Sintaksis

<iframe height="pixels">

Nilai Atribut

Value Description
pixels The height of the inline frame in pixels (e.g. height="100")

tag HTML <iframe>