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

HTML5 Tutorial FeedBurner

The HTML5 <applet> Tag  
The <applet> tag is used for putting emphasis or determining an applet that is embedded on the HTML document.

However, the <applet> tag is not supported in HTML5. That is because the HTML5 <object> tag is used in replacement of the <applet> tag.

Print HTML5 <applet> Tag Bookmark HTML5 <applet> Tag

Related Articles  
The HTML5 <tr> Tag
When the HTML5 <tr> tag is added to a document, its main function is to define a row which is in the HTML table. ...
The HTML5 <del> Tag
The proper usage of the HTML5 <del> tag is to indicate the deletion of text from a document. When this tag ...
The HTML5 <figcaption> Tag
Remembering the function of HTML5 <figcaption> tag is easy because the name is suggestive of its use. The HTML5 ...
The HTML5 <audio> Tag
The HTML5 <audio> tag is useful when it comes to providing sound like audio file or music streaming. Playing ...
The HTML5 <base> Tag
The HTML5 <base> tag is particularly the target or the base URL for all the relative URLs in an HTML document. ...
The HTML5 <object> Tag
The HTML5 <object> tag is the key which enables HTML authors to do this. When embedding video, audio, PDF, Flash ...
More