Jump to content

Newbie


Guest j145poi

Recommended Posts

Guest j145poi

I just got into this html stuff and wanted to know if you could use it to write more than websites, such as games. I am currently learning html and will soon learn xhtml. I will then study what i wanted to in the first place - javascript. After that I will learn E4x to improve my javascript abilities. This site has so much stuff it's like you start off with one and you can't stop. THANKS for the help.P.S. I can do a little bit with html, but i ran into a problem. I can't link two documents together. HELP IS APPRECIATED! - James

Link to comment
Share on other sites

To link 2 docs together you use

<a href="docName.html">Click here</a>

No you cannot use HTML to write games. First HTML is a web technology and second it is only for formatting and positioning text.If you really want to get into games you will have ot learn a programming language like C++. Believe me it is a long road to creating a game like Call of Duty.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...