HTML are actually VERY simple! It is the most primative way to create webpages and is best for beginners.Let me show you how to use it. Basically, You can use writing softwares like Notepad which I usually use. Let me give an example of a HTML Webpage:
< html > - - - It is to indicated a starting part of html.<, > are symbols for opening a part of the command.
< body > - - - The main item you want to talk about
Today, let's talk about web pages creating. - - - Anything that you want to say........................................... - - - Other things you want to say.
< img src="location,name of the image.gif" >This is the command for inserting an image.(Please take note that the .gif is the type of file your image is, Eg, if my image is a Whatever bitmap file, I will type in the image name and .bmp.)
And of course, a link:
< a href="http://www.chs.edu.sg" >surely the WWW address can be change.
other commands:
< b > BOLD *Important, commands that does not have souces like the < body > must have and ending with this stroke < /body >, including the BOLD and the following commands.
< u > Underline
< i > Italic
< br > Break a line spacing
< p > Break a Paragraph
< font size="Size no" > Font size
< center >
* Note there is no spacing between the <> signs and the word "body".
These are the basic commands use in a HTML made webpage.
Here's something more:
< blink >
< s >Strike out words
Inserting backgrounds:
Type this to insert a background at the body command:< body background="Your background name.type of file" >
Find out other commands for yourself in some webpages and if you find any nice ones, e-mail them to here.
And finally, close the body and html by typing
< /body >
< /html >Remember to close everything as it is important to close them for them to work.
Back to my homepage.
For Javascript, er...
As you can see, I have only learned it recently, so I don't think I am fit to teach anyone out there. Anyway, if you are keen to learned it,
I think you can search for it yourself in the web in Yahoo, Infoseek or Askscott.