In HTML5 you can actually define lang
for each element. That means if you have a div
that contains Mandarin Chinese in it, just define an attribute lang="zh-CN"
for that div, like <div lang="zh-CN">
.
In HTML5 you can actually define lang
for each element. That means if you have a div
that contains Mandarin Chinese in it, just define an attribute lang="zh-CN"
for that div, like <div lang="zh-CN">
.