diff options
Diffstat (limited to 'files/zh-cn/web/javascript/reference/global_objects/string/bold/index.html')
-rw-r--r-- | files/zh-cn/web/javascript/reference/global_objects/string/bold/index.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/files/zh-cn/web/javascript/reference/global_objects/string/bold/index.html b/files/zh-cn/web/javascript/reference/global_objects/string/bold/index.html index 3b2c66d11a..43d6f9d448 100644 --- a/files/zh-cn/web/javascript/reference/global_objects/string/bold/index.html +++ b/files/zh-cn/web/javascript/reference/global_objects/string/bold/index.html @@ -9,7 +9,7 @@ translation_of: Web/JavaScript/Reference/Global_Objects/String/bold --- <p>{{JSRef}} {{deprecated_header}}</p> -<p id="概述"><strong><code>bold() </code></strong><code>方法会创建</code> HTML 元素 “b”,并将字符串加粗展示。</p> +<p><strong><code>bold() </code></strong><code>方法会创建</code> HTML 元素 “b”,并将字符串加粗展示。</p> <h2 id="语法">语法</h2> @@ -62,7 +62,7 @@ console.log(worldString.strike()); // <strike>Hello, world</strike> <div>{{CompatibilityTable}}</div> -<div id="compat-desktop"> +<div> <table class="compat-table"> <tbody> <tr> @@ -85,7 +85,7 @@ console.log(worldString.strike()); // <strike>Hello, world</strike> </table> </div> -<div id="compat-mobile"> +<div> <table class="compat-table"> <tbody> <tr> |