What is the function of <applet> tags in HTML ?? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

What is the function of <applet> tags in HTML ??

I haven't use <applet> tags before...

7th Feb 2021, 5:58 AM
Carbon dioxide
Carbon dioxide - avatar
11 Answers
+ 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.
7th Feb 2021, 6:07 AM
A͢J
A͢J - avatar
7th Feb 2021, 6:09 AM
A͢J
A͢J - avatar
+ 2
to embed java applet (web application), deprecated in favor of <object>: https://developer.mozilla.org/en/docs/Web/HTML/Element/applet
7th Feb 2021, 6:07 AM
visph
visph - avatar
+ 2
not java source code, but java virtual compiled code...
7th Feb 2021, 6:12 AM
visph
visph - avatar
+ 2
yes: that's the MDN example ^^
7th Feb 2021, 6:15 AM
visph
visph - avatar
+ 1
I Am AJ ! Java or JavaScript ??
7th Feb 2021, 6:07 AM
Carbon dioxide
Carbon dioxide - avatar
+ 1
<applet> tags to input the Java code to HTML ??
7th Feb 2021, 6:11 AM
Carbon dioxide
Carbon dioxide - avatar
+ 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>
7th Feb 2021, 6:13 AM
Carbon dioxide
Carbon dioxide - avatar
+ 1
MDN ?? What is MDN ?? -_-
7th Feb 2021, 6:16 AM
Carbon dioxide
Carbon dioxide - avatar
+ 1
mozilla developers network: the link from where I give you...
7th Feb 2021, 6:16 AM
visph
visph - avatar
0
Oh... Mozilla... I have use Mozilla before...
7th Feb 2021, 6:18 AM
Carbon dioxide
Carbon dioxide - avatar