There are many different types of tags in HTML, and they all mean something different in order to help display the web page.
explains that the content is in HTML code
is used to include information that is behind the scenes into the webpage, such as a title
goes in the head and gives the webpage a title
includes everything that is visible on the webpage
is a paragraph
is the largest heading
is a smaller heading than h1 and should be used for subheadings
are all headings that decrease in size and importance
There are many tags that can be used to create the appropriate structure for a webpage