Links
Examples
<iframe>
URL (style="border: 2px solid #000000; height: 111px; width: 151px")
JPG (style="border: 2px solid #000000; height: 111px; width: 151px")
Source code
<iframe>
<iframe> example 1 in HTML5: <iframe style="border: 2px solid #000000; height: 111px; width: 151px" src="https://www.w3schools.com"> </iframe> <iframe> example 2 in HTML5: <iframe style="border: 2px solid #000000; height: 111px; width: 151px" src="https://www.w3schools.com/html/pic_mountain.jpg"> </iframe>