From 33058f2b292b3a581333bdfb21b8f671898c5060 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:40:17 -0500 Subject: initial commit --- files/ja/glossary/global_attribute/index.html | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 files/ja/glossary/global_attribute/index.html (limited to 'files/ja/glossary/global_attribute') diff --git a/files/ja/glossary/global_attribute/index.html b/files/ja/glossary/global_attribute/index.html new file mode 100644 index 0000000000..d0b97334e7 --- /dev/null +++ b/files/ja/glossary/global_attribute/index.html @@ -0,0 +1,26 @@ +--- +title: Global attribute (グローバル属性) +slug: Glossary/Global_attribute +tags: + - Attribute + - CodingScripting + - Glossary + - HTML +translation_of: Web/HTML/Global_attributes +--- +

グローバル属性は、すべての{{glossary("element","要素")}}で使用できる{{glossary("attribute","属性")}}です(ただし、一部の要素には影響を与えないこともあります)。

+ +

HTML 要素には、次のいくつかの属性を使用できます。

+ + + +

より詳しく知る

+ + -- cgit v1.2.3-54-g00ecf