bitsofco.de
Use the :lang pseudo-class over the lang attribute selector for language-specific styles
11
The content of HTML documents can be in many different languages. To specify the primary language of a document, we use the lang attribute on the root element. <html lang="en"> We can also use the lang attribute within the ... Read full article