html5<embed>標籤


  翻譯結果:

embed

英[ɪm'bed]   美[ɛmˈbɛd]  

vt.&vi.把…嵌入;栽種;深留(記憶中)

html5<embed>標籤語法

作用:<embed> 標籤定義嵌入的內容,例如外掛程式。

參數

##描述說明heightpixels設定嵌入內容的高度。 srcurl嵌入內容的 URL。 typetype定義嵌入內容的類型。 widthpixels#設定嵌入內容的寬度。

html5<embed>標籤範例

<!DOCTYPE HTML>
<html>
<body>

<embed src="http://img.php.cn/upload/article/000/005/656/5af270fd37755429.jpg" />

</body>
</html>
執行實例 »

#點擊 "執行實例" 按鈕查看線上實例

#
屬性