Check out example codes for "html meta tags". It will help you in understanding the concepts better.
Code Example 1
<head lang="en">
<meta http-equiv="content-language" content="en">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="keywords" content="website, blog, foo, bar">
<meta name="author" content="John Doe">
<meta name="publisher" content="John Doe">
<meta name="copyright" content="John Doe">
<meta name="description" content="This short description describes my website.">
<meta name="page-topic" content="Media">
<meta name="page-type" content="Blogging">
<meta name="audience" content="Everyone">
<meta name="robots" content="index, follow">
<title>My website title</title>
</head>
Code Example 2
<head>
<meta charset="UTF-8">
<meta name="description" content="Free Web tutorials">
<meta name="keywords" content="HTML, CSS, JavaScript">
<meta name="author" content="John Doe">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
Code Example 3
<meta http-equiv="refresh" content="30">
Code Example 4
<meta name="keywords" content="HTML, CSS, XML, XHTML, JavaScript">
Code Example 5
<meta name="author" content="John Doe">
Code Example 6
<meta name="viewport" content="width=device-width, initial-scale=1.0">
Learn ReactJs, React Native from akashmittal.com