我在html中使用iFrame。将不同的html页面加载到iFrame中。在该html页面中我有图像吗?

我在html中使用iFrame。将不同的html页面加载到iFrame中。在该html页面中我有图像吗?,html,web,Html,Web,这里我想拍这张照片,请点击图片 <!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"

这里我想拍这张照片,请点击图片

<!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>

HTML Iframes您还可以使用CSS高度和宽度属性指定iframe的大小:


@Marecky打开图像。。。我想做一些像这样的事