Applet tag šŸ˜šŸ˜ | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
+ 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 Resposta
+ 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