+ 1
Applet tag đđ
how can I use applet tag in html ?? and why ??
1 Answer
+ 5
applet tag is deprecated for HTML 5, use the embed or objet tags instead. They are used for a few different reasons. To run some Java class, a swf file load a pdf just to name a few.
https://www.w3schools.com/tags/tag_applet.asp
https://www.w3schools.com/tags/tag_embed.asp
https://www.w3schools.com/tags/tag_object.asp
https://docs.oracle.com/javase/8/docs/technotes/guides/jweb/applet/using_tags.html