The meta tag is information about data. Metadata will not be displayed on the application, but it will be machine parsable. These elements are typically used to specify page description, keywords, page title, author name of the document, and other metadata.

The metadata is used by web browsers (how to display content or reload the page), search engines (keywords), or other web services.

BY Best Interview Question ON 02 Apr 2020

Example

<meta name="description" content="Best Interview Questions">
<meta name="keywords" content="Interview questions, php interview questions, html interview questions">
<meta name="author" content="Best Interview Questions">