代码示例:(标识:eg_html_iframe_align)
<html>
<body>

<iframe src ="/" width="400" height="300" frameborder="0">
  <p>Your browser does not support iframes.</p>
</iframe>

</body>
</html>
运行结果: