I know when you click on share there is a web page option, and it creates an applet form of the game and a webpage, but when I open up the webpage it gives me an error (yes it is updated and yes I did allow it to run, even put a blocker exception for it, etc.).
When that page is validated the webpage (http://validator.w3.org/) it had 2 errors and they were: no doctype declared and that there is no end tag for a font element. When I add a doctype (only change) it has 13 errors for html5 and 17 errors for XHTML 1.0 Strict. For starters the font tag is now obsolete (but that's easy to fix, just remove it). The center tag is also obsolete now (once again I could just remove it). There were a few other errors that could be easily taken care of. ANYWAYS the others mainly come from the fact that the applet tag is obsolete and it suggests I use the object tag instead. I think that is why I get an error on the java applet when I open the html file up. What still gets me is that this website still uses the applet tag when you right click on it and press Inspect element unless it is using an older version of html then what I'm being taught (but I don't think so).
Does anyone know how to use the object tag or how to get the applets to work?

