tag is used for embedding an external content into HTML document.
element is an empty element. (no closing tag is used).The
tag was introduced in HTML 5.[sourcecode language="html"]
<embed height="200" width="200" src="My song.avi" autostart="true" loop="false"></embed>
[/sourcecode]
No comments:
Post a Comment