embed

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

vt.&vi.Embed... into; plant; leave deep (in memory)

html5<embed> tag syntax

Function: The <embed> tag defines embedded content, such as plug-ins.

Parameters:

AttributeValue
Description
height
pixelsSets the height of embedded content.
srcurlThe URL of the embedded content.
typetype Defines the type of embedded content.
width
pixelsSets the width of the embedded content.

html5<embed> tag example

<!DOCTYPE HTML>
<html>
<body>

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

</body>
</html>
Run instance »

Click the "Run instance" button to view the online instance