HTML Mandarin Isnt Working
Ive been making a website for a technology fair project, and it has come to a stage where I want to make it more universal. However when I try to add another language (Chines Manda
Solution 1:
Add the following meta
definition inside your head
tag:
<meta charset="utf-8" />
Post a Comment for "HTML Mandarin Isnt Working"