public class HelloWorld {
public static void main(String[] args) {
System.out.println("Hello World!");
}
}| 03 Sep 2015 23:12 | |
Posts:21 | public class HelloWorld {
public static void main(String[] args) {
System.out.println("Hello World!");
}
} |
| 03 Sep 2015 23:15 | |
Posts:21 | <script language = 'javascript'>
document.write("Hello World");
</script> |
| 03 Sep 2015 23:17 | |
Posts:21 | Quote: !DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>CSS Hello World</title>
<link href="CSSHelloWorld.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<H1 class="basic">Hello World</H1>
</body> |