+ 1
What is the function of <applet> tags in HTML ??
I haven't use <applet> tags before...
11 Antworten
+ 5
Jeff's JK (HTML challenger and the coders 💻)🇮🇩
applet tag used to embedded Java applets into any html document. You can run java code. This tag is now deprecated. Browser doesn't support it now.
+ 4
Jeff's JK (HTML challenger and the coders 💻)🇮🇩
I said Java not JavaScript
+ 2
to embed java applet (web application), deprecated in favor of <object>:
https://developer.mozilla.org/en/docs/Web/HTML/Element/applet
+ 2
not java source code, but java virtual compiled code...
+ 2
yes: that's the MDN example ^^
+ 1
I Am AJ ! Java or JavaScript ??
+ 1
<applet> tags to input the Java code to HTML ??
+ 1
Like this ??
<applet code="game.class" align="left" archive="game.zip" height="250" width="350">
<param name="difficulte" value="facile">
<b>Hello :)</b>
</applet>
+ 1
MDN ??
What is MDN ??
-_-
+ 1
mozilla developers network: the link from where I give you...
0
Oh...
Mozilla...
I have use Mozilla before...