<!DOCTYPE html> <html> <body> <h1>The iframe src attribute</h1> <iframe src="https://horje.com"> <p>Your browser does not support iframes.</p> </iframe> </body> </html>