<!DOCTYPE html>
<html>
<body>
<h1>embed 元素</h1>
<embed type="text/html" src="/index.html" width="500" height="300">
</body>
</html>