<TITLE> tag
Tag Type : Container Tag     <TITLE></TITLE>
Attributes : None
     It enclose the title of the Web Page and the content enclosed will be displayed in the title bar of the browser.It used within the <HEAD> tag.
e.g <Head>
     <Title>Hello</Title>
     </Head>

Previous Page   Next Page