HTML lang Attribute

Example showing the lang attribute in HTML.

Preview

Code

<p lang="en">This paragraph is written in English.</p>

<p lang="fr">Bonjour tout le monde.</p>

More HTML Attributes Examples (9)