Agent to in doubt which meta tag is more correct to use or if it is right to use both. Meta charset utf8 or meta http-here = content- language content = en- Please help me
Agent to in doubt which meta tag is more correct to use or if it is right to use both. Meta charset utf8 or meta http-here = content- language content = en- Please help me
<meta charset="utf-8">
refers to the encoding of the characters for the browser, for example, some browsers may not recognize accented characters like ã and display a strange character, the utf-8 charset will say that the page is encoded in unicode can show any character in this encoding link
lang=""
only informs the language of the page