iframe 元素会创建包含另外一个文档的内联框架(即行内框架)。
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title></title>
</head>
<body>
<iframe frameborder="0" scrolling="no" hspace="0" src="https://i.tianqi.com/?c=code&id=48"></iframe>
<iframe src="http://www.baidu.com" width="1300px" height="800px" scrolling="no"><p>浏览器不支持iframe</p></iframe>
</html>