HTML5 translate Attribute (original) (raw)

Last Updated : 30 Aug, 2024

The translate attribute in HTML is used to specify whether the content of an element is translated or not. This attribute is new in HTML5.

**Supported Tags: It supports all HTML elements.

**Syntax:

**Attribute Values: The translate attribute contains two values which are listed below:

**Example: In this example we demonstrates the translate attribute. The first paragraph is marked with translate="no", preventing translation, while the second paragraph remains translatable. The page features centered text.

html `

translate attribute