You are on page 1of 1

// JAVA

public class Main {


public static void main(String[] args) {
System.out.println("Hello, World!");
}
}

<!DOCTYPE HTML>
02
<html>
03
<body>
04
05
<p>Header...</p>
06
07
<script>
08
alert('Hello, World!')
09
</script>
10
11
<p>...Footer</p>
12
13
</body>
</html
14
>

You might also like