Head - HTML Tutorial with Example
HEAD Element starts with the <head> opening tag and end with </head> tag. The HEAD element is usually placed the first in the HTML element (that which starts with the <html> opening tag and ends with the </html> tag) but before the BODY element (that which starting with <body> and ending with </body>). HEAD element contains descriptive information about the document, such as <title>, <link>, <meta>, <style>, <script> etc. These elements are not displayed directly by the browsers but they function behind the scenes.