最新的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屬性