英[?m'bed] 美[?m?b?d]
vt.&vi. Embed; plant; leave deep in memory
Third person singular: embeds Present participle: embedding Past tense: embedded Past participle: embedded
htmlembed tag syntax
Function:Define embedded content, such as plug-ins.
Description: <embed> tag is a new tag in HTML 5.
Note: The <embed> tag is a new tag in HTML 5.
htmlembed tag example
<!DOCTYPE HTML> <html> <body> <embed src="http://www.w3school.com.cn/i/horse.ogg" /> </body> </html>
Run instance ?
Click the "Run instance" button to view the online instance