[html]
[head]
[title]my first static page[/title]
[/head]
[body]
[h1]this is a headline first order[/h1]
[a href = “http://motorpsycho.fix.no”%5Dtextlink norwegian band from trondheim[/a]
[a href = “http://meinevolksbank.de”%5D%5Bimg src = “/path_to_file/filename.jpg” alt = “alternative text for link on jpg-image”][/a]
[/body]
[/html]
hello_world
your first one
public class hello_world
//this is a comment: case sensitive
{
public static void main (String[] args)
{
System.out.println(“Hello World”);
//this is a comment: simple print-command, would be echo in php
}
}
unter filename ‘hello_world.java’ abspeichern
commandline:
javac hello_world.java
java hello_world