1<!DOCTYPE html>
2<html>
3
4<body>
5 <iframe src="https://comercioiturama.blogspot.com/" width="800" height="600"></iframe>
6</body>
7
8</html>
1<iframe src="http://kidcreatorsteam.com" height="90px" width="40px"></iframe>
2<!--I made an iframe! Yay! -->
1<div id="website_Within_Same_Webpage">
2 <iframe src="https://www.codegrepper.com"
3 height=200px width=100%>
4 </iframe>
5</div>
1<iframe id="inlineFrameExample"
2 title="Inline Frame Example"
3 height="200"
4 style="border: 0px;width: 100%;"
5 src="https://www.openstreetmap.org/export/embed.html?bbox=-0.004017949104309083%2C51.47612752641776%2C0.00030577182769775396%2C51.478569861898606&layer=mapnik">
6</iframe>