HTML translate attribute
In this tutorial, we will learn about translate attribute in HTML with the help of examples.
translate attribute
The translate attribute is used to specify whether the content of an element should be translated or not.
Note : We would recommend you to not use the translate attribute because it is not supported in most of the browsers.
Syntax
<a translate = "yes">......</a>
Attribute values
Value | Description |
---|---|
yes | Used to specify that the content of the element should be translated |
no | Used to specify that the content of the element must not be translated |
Next Tutorial
We hope that this tutorial helped you develop better understanding of the concept of translate-attribute in HTML.
Keep Learning : )
In the next tutorial, you'll learn about HTML HTML
Course.