0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

“id”属性と”class”属性

Last updated at Posted at 2021-05-15

※プログラミング学習中の私がアップロードしてます。理解が浅いです。
この記事は厳密な仕様に関するものではなく、考え方理解のまとめとして受け取ってください。

“id”属性と”class”属性
“id”と”class”の使い分けに悩む人は多いのではないでしょうか?

ざっくりとした定義は

画面の中で何回か使いまわしたい設定は”class”属性を、画面内の特定の場所(1カ所)に使用したい設定には”id”属性を使用します。

WEB侍
http://samurai.ataglance.jp/css_idclass/

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?