1: <html>
2: <p>Hello World</p>
3: </html>
1: document.write("Hello World");
include<stdio.h> int main() { printf("Hello World!"); }
return 0;