HTML

HTML Intro

HTML Intro Quiz

HTML Intro Exercise

HTML Basics

HTML Basic Quiz

HTML Basic Exercise

HTML Advance

HTML Advance Quiz

HTML Advance Exercise

HTML Tags List

HTML Global Attributes

HTML Attributes

FAQs

translate Attribute

translate Attribute

 

 

The translate attribute is used to specify whether the content of an element should be translated or not.

 

Attribute Explanation:-

 

Value Description
yes Specifies that the content of the element should be translated
no Specifies that the content of the element must not be translated

 

Syntax:-

 

Its syntax is:- < element translate="yes|no" >

Code Explanation

All Tutorials related to HTML Global Attributes

All Sections related to HTML