There are many types of things to type for HTML and here a a few you can try out
<br> Inserts a single line break
<h1> to <h6> Defines HTML headings
<html> Defines an HTML document
<head> Contains metadata/information for the document
<body> Defines the document's body
<title> Defines a title for the document