| |||
| Re: Halo.. -
06-04-2007
So, first you should learn HTML4 / XHTML1.0 before learning JavaScript. AFAIK, in JavaScript, you can also do manipulation of existing HTML code, so, for that you need to these markup languages first. A basic skeleton of an HTML document would be like : HTML Code: <html> <head> <title>The title of the document</title> </head> <body> ...... The main content that you want to make appear in the screen </body> </html> thanx, Shadab My periodic table contains only 1 element : the element of Surprise. | |||
| |
| |||
| Re: Halo.. -
06-04-2007
Quote:
Creating applets is a whole different thing. Quote:
but can include an already created applet in your document thru HTML. proceed ? thanx, Shadab. My periodic table contains only 1 element : the element of Surprise. | |||
| |
| Thread Tools | |