
HTML
1
Answer link
Both dir and lang attributes are supported in inline and block elements.
So you can use it on span as well as div, td, tr, etc.
For better structuring of your content, it's recommended that you use the dir attribute on block elements.
To see how the dir element is applied on table, see following link: