📜  HTML iframe标签

📅  最后修改于: 2020-11-04 00:52:47             🧑  作者: Mango

HTML

在此,“ src”属性指定嵌入式框架页面的网址(URL)。

设置iframe的宽度和高度

您可以使用“宽度”和“高度”属性来设置iframe的宽度和高度。默认情况下,属性值以像素为单位指定,但您也可以以百分比设置。即50%,60%等。

示例:(像素)

  
  
  

HTML Iframes example

Use the height and width attributes to specify the size of the iframe:

示例:(百分比)

  
  
  

HTML Iframes

You can use the height and width attributes to specify the size of the iframe:

您还可以使用CSS设置iframe的高度和宽度。

例:

  
  
  

HTML Iframes

Use the CSS height and width properties to specify the size of the iframe:

移除iframe的边框

默认情况下,iframe周围带有边框。您可以使用删除边框

This is a link below the ifarme click on link to open new iframe.

使用iframe嵌入YouTube视频

您还可以使用以下方法在您的网页上添加YouTube视频:

输出:

的属性