Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

<DOCTYPE html>

<html>
<body>

<h3> ID Frame</h3>
<p>You can use the height and width attributes to specify the size of the
IDFrame</p>

<iframe src="demo_iframe.htm" height="200" width="300" title="iframe


example"></iframe>

</body>
</html>

You might also like