<!DOCTYPE html>
<html>
<head>
<title>HTML Frame Example</title>
</head>
<body>
<h2>Using HTML Frames</h2>
<iframe src="https://www.example.com" width="600" height="400" title="Example Frame"></iframe>
<p>Above is an example of an iframe which loads the content from another URL.</p>
</body>
</html>
<iframe>
标签用于在当前页面中嵌入另一个网页。src
属性指定了要嵌入的网页的 URL。width
和 height
属性分别设置了 iframe 的宽度和高度。title
属性提供了 iframe 的描述性文本,有助于提高可访问性。下一篇:html横线代码
Laravel PHP 深圳智简公司。版权所有©2023-2043 LaravelPHP 粤ICP备2021048745号-3
Laravel 中文站