Header in HTML
In HTML, the header section denotes the <head> tag. It is container of different vital tags including <title>, <link>, <style>, <meta>, <base> <script> and <noscript> tag
<title> tag
It is employed for representing the title of the HTML document
<meta> tag
It is employed to offer metadata which includes an information like list of keywords, expiry, author, description of a page, etc.,
Example
Output
<base> tag
It is employed for representing the path of all relative URLs in a page
Example
<link> tag
It is employed to denote relationships between the external resource and the current resource
Example
<style> tag
It is employed to represent style sheet to the present document
Example
<script> tag
It is employed to add either an internal script file or an external script file for a HTML document
Example
Output