Where does the text we want to display on a webpage go?

Between the <body> and </body> tagsAfter the </body> tag

Any text we want to display on a webpage goes between <body> and </body>.