<html> <body> <h2>HTML Iframes</h2> <iframe src="https://www.foo.com" height="200" width="500"></iframe> </body> </html>
iframe { border: 0; }
<iframe src="myURL" width="300" height="300" frameBorder="0">Browser not compatible.</iframe>
<iframe src="URL" width="300" height="300" frameBorder="0">Not working.</iframe>
Comment