photopea

PHOTO EMBED

Wed Jul 20 2022 10:48:47 GMT+0000 (Coordinated Universal Time)

Saved by @Shookthadev999 #undefined

<!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="demo_iframe.htm" height="200" width="300" title="Iframe Example"></iframe>
​
</body>
</html>
​
​
content_copyCOPY

https://www.w3schools.com/html/tryit.asp?filename