With that, we can already build a simple website

To put it in the right order, drag and drop the lines where they belong and hit Run.

<body>
Welcome to my website!
</body>
</html>
]]>

Sweet! Now it's time to take the next step.

Start with <html> and continue with <body>. Then add the text, </body>, and </html>.