知りたいのですが、<img>
cssファイルに直接書き留めるよりも、htmlファイルのタグにクラス名を割り当てた方が良いというのは本当ですか?
<div class="column">
<img class="custom-style" alt="" />
<img class="custom-style" alt="" />
<img class="custom-style" alt="" />
</div>
それ以外の
.column img{/*styling for image here*/}
Web パフォーマンスに関して、これらの間に違いはありますか?
アップデート:
申し訳ありませんが、質問は<img>
内に複数のタグがあり.column div
、すべての画像が同じスタイルを使用していると思われます。