diff --git a/files/zh-cn/web/html/global_attributes/style/index.md b/files/zh-cn/web/html/global_attributes/style/index.md
index edd9dc2ddd085b..b1a9a2db170fe7 100644
--- a/files/zh-cn/web/html/global_attributes/style/index.md
+++ b/files/zh-cn/web/html/global_attributes/style/index.md
@@ -1,14 +1,18 @@
---
title: style
slug: Web/HTML/Global_attributes/style
+l10n:
+ sourceCommit: 476fb44932d56c0f50628a620348cd77f411b5ab
---
{{HTMLSidebar("Global_attributes")}}
-**style** [全局属性](/zh-CN/docs/Web/HTML/Global_attributes) 包含应用到元素的 [CSS](/zh-CN/docs/Web/CSS) 样式声明。要注意样式最好定义在单独的文件中。这个属性以及 {{HTMLElement("style")}} 元素的主要目的是快速装饰。例如用于测试目的。
+**`style`** [全局属性](/zh-CN/docs/Web/HTML/Global_attributes)包含应用到元素的 [CSS](/zh-CN/docs/Web/CSS) 样式声明。要注意样式最好定义在单独的文件中。这个属性以及 {{HTMLElement("style")}} 元素的主要目的是快速装饰,例如用于测试目的。
+
+{{EmbedInteractiveExample("pages/tabbed/attribute-style.html","tabbed-shorter")}}
> [!NOTE]
-> 这个属性不能用于传递语义信息。即使所有样式都移除了,页面也应该保留正确语义。通常它不应用于隐藏不相关的信息;这应该使用 [**hidden**](#attr-hidden) 属性来实现。
+> 这个属性不能用于传递语义信息。即使所有样式都移除了,页面也应该保留正确语义。通常它不应用于隐藏不相关的信息;这应该使用 [`hidden`](/zh-CN/docs/Web/HTML/Global_attributes/hidden) 属性来实现。
## 规范
@@ -20,4 +24,5 @@ slug: Web/HTML/Global_attributes/style
## 参见
-- 所有[全局属性](/zh-CN/docs/Web/HTML/Global_attributes)
+- [全局属性](/zh-CN/docs/Web/HTML/Global_attributes)
+- {{domxref("HTMLElement.style")}}