What is meta charset ?? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

What is meta charset ??

in HTML

8th Feb 2017, 4:43 AM
Debasis nath
Debasis nath - avatar
2 Answers
+ 3
The other great complementary reference source is MDN ( Mozilla Developer Network )... - <meta charset> in basic use of Html5 document root: https://developer.mozilla.org/en-US/docs/Web/Guide/HTML/HTML5/Introduction_to_HTML5 - <meta> generic html tag element reference: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/meta
8th Feb 2017, 10:07 AM
visph
visph - avatar
+ 2
The charset attribute specifies the character encoding for the HTML document.To display an HTML page correctly, a web browser must know which character set (character encoding) to use. This site goes more into detail: http://www.w3schools.com/html/html_charset.asp
8th Feb 2017, 4:57 AM
Sharath