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