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

Finish this webpage by displaying Learn to Code.

<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>.