<html> <head><title>iframe示例</title></head> <body> 使用iframe:<br> <iframe width="60%" height="50%" src="http://www.baidu.com"></iframe> </body> </html>