I’m fairly new the HTML and markup / velocity documents. Know basic html but I don’t understand what this means:
<html class="#language("lang.dir")" dir="#language("lang.dir")" lang="$w3c_language_id">
may be someone can shed some light on each attribute? Thanks!
These are variables of the serverside language /template engine which are getting replaced resulting in something useful similar to this:
A detailed description for the attributes can be found on MDN – HTML Attributes. Basically
langis the language of the document anddiris the text-direction (left-to-right or right-to-left).