iframe用法

<iframe src="http://caiyanli.top/" height="500"  width="500" frameborder="0"html

 marginheight="2" marginwidth="0" scrolling="yes"></iframe>瀏覽器

注:iframe h5 新增標籤,元素會建立包含另一個文檔的內聯框架(即行內框架)。框架

您能夠把須要的文本放置在 <iframe> </iframe> 之間,這樣就能夠應對沒法理解 iframe 的瀏覽器。less

iframe屬性和值和做用spa

 

屬性code

orm

做用htm

frameborderip

  • 1
  • 0

規定是否顯示框架周圍的邊框。文檔

height

  • pixels
  • %

規定 iframe 的高度。

longdesc

URL

規定一個頁面,該頁面包含了有關 iframe 的較長描述。

marginheight

pixels

定義 iframe 的頂部和底部的邊距。

marginwidth

pixels

定義 iframe 的左側和右側的邊距。

name

frame_name

規定 iframe 的名稱。

sandbox

  • ""
  • allow-forms
  • allow-same-origin
  • allow-scripts
  • allow-top-navigation

啓用一系列對 <iframe> 中內容的額外限制。

scrolling

  • yes
  • no
  • auto

規定是否在 iframe 中顯示滾動條。

seamless

seamless

規定 <iframe> 看上去像是包含文檔的一部分。

src

URL

規定在 iframe 中顯示的文檔的 URL

srcdoc

HTML_code

規定在 <iframe> 中顯示的頁面的 HTML 內容。

width

  • pixels
  • %

定義 iframe 的寬度。

 

代碼:

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>個人網頁</title>
</head>
<body bgcolor="#ff9900">
<h1>個人網頁</h1>
<hr>
<iframe src="http://caiyanli.top/" height="500" frameborder="0" marginheight="2" marginwidth="0" scrolling="yes">看不到我</iframe>
</body>
</html>

相關文章
相關標籤/搜索