Check out example codes for "html meta boilerplate". It will help you in understanding the concepts better.
Code Example 1
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
</head>
Learn ReactJs, React Native from akashmittal.com