HTML translate 属性
定义和用法
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>
<p>This can be translated to any language.</p>
浏览器支持
属性 | |||||
---|---|---|---|---|---|
translate | 不支持 | 不支持 | 不支持 | 不支持 | 不支持 |