<!DOCTYPE> Defines the document type
<html> Defines an html document STF
<body> Defines the body element STF
<h1> to <h6> Defines header 1 to header 6
STF
<p> Defines a paragraph STF
<br> Inserts a single line break STF
<hr> Defines a horizontal rule STF
<!--...--> Defines a comment STF