Skip to content

Commit

Permalink
[zh-tw] fix with suggest
Browse files Browse the repository at this point in the history
  • Loading branch information
wupojung committed Jan 21, 2025
1 parent 3d29e97 commit badec55
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions files/zh-tw/web/html/global_attributes/class/index.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
---
title: class
slug: Web/HTML/Global_attributes/class
page-type: html-attribute
browser-compat: html.global_attributes.class
---

{{HTMLSidebar("Global_attributes")}}

**`class`** [全域屬性](/zh-TW/docs/Web/HTML/Global_attributes) 是一個以 [ASCII 空白字元](/zh-TW/docs/Glossary/Whitespace#in_html) 分隔的元素類別列表。
**`class`** [全域屬性](/zh-TW/docs/Web/HTML/Global_attributes) 是一個以 [ASCII 空白字元](/zh-TW/docs/Glossary/Whitespace#in_html) 分隔的元素類別列表。

{{EmbedInteractiveExample("pages/tabbed/attribute-class.html","tabbed-standard")}}

Expand Down Expand Up @@ -35,7 +33,7 @@ browser-compat: html.global_attributes.class

## 參見

- 所有 [全域屬性](/en-US/docs/Web/HTML/Global_attributes).
- 所有 [全域屬性](/zh-TW/docs/Web/HTML/Global_attributes).
- {{domxref('element.className')}}
- {{domxref('element.classList')}}
- [CSS 入門](/zh-TW/docs/Learn_web_development/Core/Styling_basics)

0 comments on commit badec55

Please sign in to comment.