In HTML, it\'s good to have a lang attribute in , e.g. .
lang
How is this useful?
If th
The difference between lang and custom attributes is that lang is inherited, so even a child element of an element with attribute lang=en can be selected with the selector div:lang(en){}.
lang=en
div:lang(en){}