To display content on a webpage, we add it between the opening and closing body tags, <body> and </body>.

Display Learn to Code on this webpage by placing it between the body opening and closing tags.

<body>Learn to Code</body>
</html>]]>

The text you want to display should go in between the opening tag; <body>, and the closing tag: </body>.