Difference between revisions of "Applet Element"
Jump to navigation
Jump to search
(Created page with "HTML5 Applet Element <html> <applet code="example.class">This is the inner text that is displayed when the applet is not present or supported.</applet> </html>") |
|||
Line 4: | Line 4: | ||
<applet code="example.class">This is the inner text that is displayed when the applet is not present or supported.</applet> | <applet code="example.class">This is the inner text that is displayed when the applet is not present or supported.</applet> | ||
</html> | </html> | ||
+ | |||
+ | [[Category:HTML5]] |
Revision as of 17:51, 26 March 2014
HTML5 Applet Element