[dangerbox title="还算简单"]
- >
- <html>
- <body>
- <h1>This is the first program!h1>
- <p>Hello,World!p>
- body>
- html>
[striped]90[/striped]
HTML
[/dangerbox]
[infobox title="需要动点脑子"]
[striped]70[/striped]
CSS
[/infobox]
[warningbox title="还没深入"]
- var sys = require("sys");
- sys.puts("Hello,World!");
[striped]50[/striped]
JS
[/warningbox]
[dangerbox title="感觉好难"]
- public class HelloWorld
- {
- public static void main(String[] args)
- {
- System.out.println("Hello,World!");
- }
- }
[striped]30[/striped]
Java
[/dangerbox]
[warningbox title="没怎么用过"]
- SQL> select 'Hello,World!' from dual;
- 'HELLO,WORLD
- ------------
- Hello,World!
[striped]30[/striped]
SQL
[/warningbox]
- echo "Hello,World!";
- echo "The first php program!";
- echo phpinfo();
- ?>