Quote:
Originally Posted by kovidgoyal
@roger64:
<div lang="en">Some english text<span lang="fr">some french words</span></div>
Basically when the lang attribute exists on a tag, the contents of that tag are interpreted in the specified language. You can put a lang attribute on any tag, and they can be nested.
|
Interesting and good to know for future projects. Please put this hint as a side note in your help file too.