最新的Web开发教程
 

HTML translate Attribute


定义和用法

translate属性指定的元素的内容是否应该被翻译或没有。

测试:使用谷歌翻译框(位于页面顶部)切换到另一种语言,看看会发生什么字"ice cream"如下:

下面我们就用translate="no": ice cream

这里我们使用class="notranslate": ice cream

提示:使用class="notranslate"代替。


适用于

translate属性是一部分全局属性 ,并且可以任何HTML元素上使用。

元件 属性
所有的HTML元素 translate

指定一些元素不应该被翻译:

<p translate="no">Don't translate this!</p>
<p>This can be translated to any language.</p>


浏览器支持

属性
translate 不支持 不支持 不支持 不支持 不支持