最新的Web开发教程
 

HTML translate Attribute


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

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


定义和用法

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

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

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

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

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


浏览器支持

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

HTML 4.01和HTML5之间的差异

translate属性,HTML5是新的。


句法

<elementtranslate="yes|no">

属性值

描述
yes 指定该元素的含量应翻译
no 指定该元素的含量不应翻译

相关页面

HTML教程: HTML属性