Applet tag 😐😐 | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
+ 1

Applet tag 😐😐

how can I use applet tag in html ?? and why ??

18th Jul 2017, 4:43 AM
Mohammed Qabbari
Mohammed Qabbari - avatar
1 Antwort
+ 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
18th Jul 2017, 5:19 AM
ChaoticDawg
ChaoticDawg - avatar