HTML code has a special structure. For example, it begins with the word <html>.

Tap on <html> to move it into the gap.

 <body>
  Hello, World!
 </body>
</html>
]]>

There! With <html> at the beginning, the web browser knows that it can expect HTML code.