Basics of HTML
All HTML documents must start with a document type declaration: . The HTML document itself begins with and ends with . The visible part of the HTML document is between and .
HTML tags normally come in pairs like
and
The first tag in a pair is the start tag, the second tag is the end tag.