Most tags come in matched "beginning" and "ending" pairs, but this is not an absolute rule.
Any Web page you create will contain the following tags at the start of the page:
<HTML>: indicates the beginning of an HTML document
<HEAD>: indicates the header for the page (you'll learn later what goes between "HEAD" tags)
<TITLE>: indicates the title of the page
<BODY>: indicates the beginning of the Web page content -- everything you want to say and see on your page will follow this tag.












