Think of a web page as having two components-  content and description.  Anything within brackets is a description, describing what is between those brakets.  For example, to start, the web page begins with <html> and ends with     </html>.  Everything between those is a html (web page) file.  So the first and closing tag will be the html tag.

<html>

</html>