HTML < embed > Tag - Learn About Website | DaddyFile

0

HTML <embed> Tag


Example

An embedded flash animation:


<embed src="helloworld.swf">

Definition and Usage

The <embed> tag defines a container for an external application or interactive content (a plug-in).

Differences Between HTML 4.01 and HTML5

The <embed> tag is new in HTML5.
Note: Many web browsers have supported the <embed> tag for a long time. However, the <embed> tag has not been a part of the HTML 4 specification. The <embed> tag is new in HTML5, and will validate in an HTML5 page. However, if you use it in an HTML 4 page, the page will not validate.

Post a Comment

 
Top