P parryhotter Newbie Joined Sep 11, 2010 Messages 38 Reaction score 4 Jan 18, 2011 #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?
B brokenhero BANNED Joined Sep 4, 2010 Messages 97 Reaction score 25 Jan 19, 2011 #2 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