The document discusses several HTML tags:
1) Heading tags (<h1> - <h6>) are used to define headings of different sizes;
2) The <br> tag inserts a line break to separate content onto multiple lines;
3) Comment tags (<!-- -->) allow adding comments to code that will not be visible on the webpage.