htmlembed tag
Translation results:
英[ɪ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 tagsyntax
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 tagexample
<!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