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<iframe width="560" height="315" src="https://www.youtube.com/embed/owsfdh4gxyc" frameborder="0" allowfullscreen></iframe>
1<div id="website_Within_Same_Webpage">
2 <iframe src="https://www.codegrepper.com"
3 height=200px width=100%>
4 </iframe>
5</div>
1<!-- This tag is used for rendering one page in another.
2 It by default has a border-->
3<iframe src="https://example.com/">This will show if the url does not load</iframe>