<!DOCTYPE html> <html> <body> <p>iframe can embed web pages</p> <iframe src="files/value.html" width="300px" height="300px"></iframe> <p>iframe can embed website</p> <iframe src="http://www.codingb.com" width="300px" height="300px" ></iframe> </body> </html>
Run
×
Share