HEAD Tag
The <head></head> tags define how our web page is seen by the outside world. The <title></title> and <meta> tags contain information usually displayed by the search engines.
Syntax
<HEAD>
<title>TITLE</title>
<style>
<base>
<link>
<meta>
<script>
<noscript>
</HEAD>