What does the <meta charset="utf-8"> tag do? | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
0

What does the <meta charset="utf-8"> tag do?

<meta charset="utf-8">

18th Jun 2019, 9:07 AM
Agulanna Wisdom
Agulanna Wisdom - avatar
2 ответов
+ 8
https://www.w3schools.com/tags/att_meta_charset.asp The <meta> tag provides metadata about the HTML document. Metadata will not be displayed on the page, but will be machine parsable. Meta elements are typically used to specify page description, keywords, author of the document, last modified, and other metadata. https://www.w3schools.com/tags/tag_meta.asp Hope this helps😃
18th Jun 2019, 9:23 AM
Oma
Oma - avatar
+ 2
It defines the character encoding of your code. 😶
19th Jun 2019, 4:26 AM
Ayan Fox
Ayan Fox - avatar