最新的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 不支持 不支持 不支持 不支持 不支持