HTML meta tags describes the metadata of the HTML page where it contains page description, author of the page, and keywords.
List of HTML Meta Tags are:-
Charset– Charset attribute defines the character set. Syntax:- <meta charset=”UTF-8″>
Keywords– To get SEO ranking in Google keywords are very important for your webpage. Syntax:- <meta charset=”keywords”>content=”Mainframe,Php,SQL,Perl,JQuery,Datascience”>
Date of Revision– It specifies an updated date of the web page. Syntax:- <meta charset=”revised”>content=”TutorialBrain, 1/6/2018″/>
Author Name– Author attribute specifies the author of the webpage. Syntax:- <meta charset=”author”>content=”TutorialBrain”/>
Description– Description attribute gives a description of the HTML page document. Syntax:- <meta charset=”description”>content=”Online Tutorials”/>
Set time to refresh the page– HTML meta refresh tag refreshes the page as you mention the time in content. For Example, if we give 10 this means page refreshes every 10 sec. Syntax:- <meta http-equiv=”refresh”>content=”10″/>
HTML meta refresh attribute refreshes the page as you mention the time in content. For Example, if we give 10 this means page refreshes every 10 sec. Syntax:-