Monday at 9:49 AM #1 Marcelo New member Joined Jun 29, 2024 Messages 3 Points 1 I have made an java applet for tic tac toe, how can I add into the html page so that i can make it online?
I have made an java applet for tic tac toe, how can I add into the html page so that i can make it online?
Monday at 9:50 AM #2 essel New member Joined Jun 29, 2024 Messages 3 Points 1 You can use <applet> tag for including applet in html. <applet code="abc.class" height=100 width=100> hope it helps
You can use <applet> tag for including applet in html. <applet code="abc.class" height=100 width=100> hope it helps