No matter what you want to build, every website begins with just a single line of code.

Tap on Hello, World! to start yours.

<html lang="en">
<head>
  <style>body { text-align: center; background-color: white; margin: 0px; } #profile_picture { height: 120px; width: 120px; border: 3px; border-style: solid; border-color: white; border-radius: 4px; box-shadow: 0px 0px 4px 1px lightGray; }</style>
</head>
<body>
  Hello, World!
</body>
</html>
]]>

Nice! These cryptic words seem to display Hello, World! on a webpage.