HTML <iframe> 标签
<iframe>标签height属性定义了框架的高度,以像素为单位。高度值必须以像素为单位。
本案例设置了框架的高度为250像素
<iframe width="250" height="250" src="/" ></iframe>
运行代码
<iframe height="像素值"></iframe>