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

Try creating the <html> tag by tapping the code snippets below.

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