源代码 :
点击运行
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>开源教程(ossoft.cn)</title> </head> <body> <h1>embed 元素</h1> <embed type="text/html" src="snippet.html" width="500" height="200"> </body> </html>
运行结果