charset metadata tells the browser which Character set it should use. It should always be specified to avoid weird behaviour on your page. Usually it should be set as UFT-8
Example
<meta charset="UTF-8">
charset metadata tells the browser which Character set it should use. It should always be specified to avoid weird behaviour on your page. Usually it should be set as UFT-8
<meta charset="UTF-8">