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.
ウェブサイトにテキストを含む画像があります。画像が無効になっている場合 (Lynx を含む)、画像の代わりにプレーン テキストを表示する方法はありますか?
imgタグのalt引数を使用します
<img src="url" alt="alternate text"/>
alt属性を使用して、そこにテキストを入れます。
alt