http://3oamv2de6ooacy72hv3ulym3i3vvlprlkqas7hhzo4pu5nyxnji37zad.onion/blogs/writing-a-website-part-2
To support more languages, we can tell the browser to use the UTF-8 character set when rendering the text by placing this meta tag within the head element: <meta charset="UTF-8"> . To tell what language the webpage is using to the browser, and any assistive technology the visitor uses, we can use the lang attribute in the html tag: <html lang="en"> .