Logo
  Sunday, May 20, 2012
Sign-In  |  Sign-Up  |  Contact Us  | Bookmark |  RSS Feed

HTML5 Tutorial FeedBurner

The HTML5 <embed> Tag  
The HTML5 <embed> tag is utilized as a container of other applications or interactive content that is incorporated within the HTML document. It is necessary when adding plug-ins which can be utilized when the document is viewed on the browser.

The HTML5 <embed> tag is recognized by the major web browsers that are being used these days like the Internet Explorer, Safari, Google Chrome, Firefox and Opera.

The <embed> tag is not present in HTML4.01 and it is just introduced in HTML5. All the attributes for the HTML5 <embed> tag are new. Below is an enumeration of attributes for HTML5 <embed> tag:

Attribute

Value

Description

height

pixels

Identifies the height of the content embedded

src

URL

Identifies embedded the external file address

type

MIME_type

Identifies the embedded content MIME type

Width

pixels

Identifies the embedded content width

The HTML5 <embed> tag is also capable of supporting the Event Attribute and Global Attribute in HTML5.

Print HTML5 <embed> Tag Bookmark HTML5 <embed> Tag

Related Articles  
The HTML5 <th> Tag
The HTML5 <th> tag is the tool in adding a header to the table that is placed within an HTML document. It has to ...
The HTML5 <frame> Tag
The HTML <frame> tag is not supported in HTML5. Before the use of HTML5, the HTML <frame> tag is utilized ...
The HTML5 <a> Tag
The HTML5 <a> tag is essential when it comes to determining a particular hyperlink. The <a> tag enables to ...
The HTML5 <dfn> Tag
The HTML5 <dfn> tag is useful when it is necessary for the author to provide a definition of a term.
The HTML5 <style> Tag
The HTML5 <style> tag has the capacity to determine the style information that has to be used for the document.
The HTML5 <audio> Tag
The HTML5 <audio> tag is useful when it comes to providing sound like audio file or music streaming. Playing ...
More