In the world of computers, the very first "spell" every wizard learns is how to make the computer say "Hello, World!". Read the examples, and then try casting the spells yourself in the sandboxes!
echo "Hello, World!"
<h1>Hello, World!</h1>
print("Hello, World!")
alert("Hello, World!");
Test how the computer translates human ideas into machine rules!