This tag is pretty self-explanatory. The title of your web page appears here and is placed in the browser's Title Bar. Below is another example of a basic web page and how this tag is used.
<HTML>
<HEAD>
<TITLE> Your Page Title Appears Here </TITLE>
</HEAD>
<BODY>
You never would have guessed what this tag did would you?