embed
英 [?m'bed]? ?美 [?m?b?d]??
vt.&vi.把…嵌入;栽種;深留(記憶中)
html5<embed>標(biāo)簽 語法
作用:<embed> 標(biāo)簽定義嵌入的內(nèi)容,比如插件。
參數(shù):
屬性 | 值 | 描述 |
height | pixels | 設(shè)置嵌入內(nèi)容的高度。 |
src | url | 嵌入內(nèi)容的 URL。 |
type | type | 定義嵌入內(nèi)容的類型。 |
width | pixels | 設(shè)置嵌入內(nèi)容的寬度。 |
html5<embed>標(biāo)簽 示例
<!DOCTYPE HTML> <html> <body> <embed src="http://img.php.cn/upload/article/000/005/656/5af270fd37755429.jpg" /> </body> </html>
點(diǎn)擊 "運(yùn)行實(shí)例" 按鈕查看在線實(shí)例