how to i get a game's html?

Sarah

New member
how do i get an html for a game such as free rider 2??
i have a website and i want to put games on it but i need their html or sumthin someone please help me
 
Games are not designed in html - Web pages are.

Games are designed in Java, C/C++, Fortran and a multitude of other programming languages, but not html (there may be html elements, but not the whole game).

You can't just copy the code and insert it into your page - There are other factors (like server-side scripts etc) that you would need and wouldn't have access to.
 
The HTML is pretty much the link at the top of your web browser for whatever game it is that you are playing, simply copy and paste it into wher you want it to go, and it will work.

If that doesn't work right click on the game it's self and go to properties go look for the tap information or another and look for the HTML, or Embed code there.
 
Back
Top