|
|
Use the |
<!DOCTYPE html>
<html>
<body>
<h2>HTML Iframes</h2>
<p>You can use the height and width attributes to specify the size of the iframe:</p>
<iframe src="https://itupto.com" height="200" width="300" title="Iframe Example"></iframe>
</body>
</html>
<iframe src="demo_iframe.htm" style="height:200px;width:300px;" title="Iframe Example"></iframe>
Category: | Web Tutorial |
Sub Category: | HTML Iframes |
Uploaded by: | Admin |
Read Articlehttps://develop.horje.com/learn/1434/reference