⟩ Do you know what are Meta Tags?
HTML meta tags are usually referred as tags of page data which sits between opening and closing head tags of a document's HTML code. Actually these are hidden keywords who sit in the code. These are invisible to visitors but are visible and readable by Search Engines.
Example:
<head>
<title>Not considered as Meta Tag, even required anyway</title>
<meta name="description" content="Write your description here" />
<meta name="keywords" content="Write your keyword here" />
</head>