HTML code consists of so-called tags.  Every tag starts with a < sign, includes the name of the tag, and ends with >.

Can you code the tag that tells the web browser we want to display a webpage?

The HTML tag starts with <, then html, and ends with >.