Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ユーザーのブラウザは、imgタグに使用される画像と、cssクラスの背景画像として使用される別の場所を2回ロードしますか?
いいえ、URLがまったく同じ(大文字と小文字を含む)であると仮定すると、画像は1回だけダウンロードされます。
一般に、新しいブラウザは、最初に呼び出されたときに画像をキャッシュする傾向があります。したがって、古いブラウザでない限り、答えは1回だけです。