主页
HTML
HTML Iframes
Tryit: HTML iframe
运行 ❯
建立您
自己的
网站
×
更改方向
保存代码
更改主题,暗/亮
前往 Spaces
<!DOCTYPE html> <html> <body> <h2>HTML Iframes</h2> <p>You can also use the CSS height and width properties to specify the size of the iframe:</p> <iframe src="demo_iframe.htm" style="height:200px;width:300px" title="Iframe Example"></iframe> </body> </html>