References

Collection of references for web development.

HTML translate attribute

Description

Specifies whether the element should be translated or not.

Values

Value
yes
no

Example

<p translate="no">Do not translate this content!</p>