主頁
HTML
HTML 影像
試一試:HTML 影像 - alt 屬性
執行 ❯
建立您
自己的
網站
×
更改方向
儲存程式碼
更改主題,深色/淺色
前往 Spaces
<!DOCTYPE html> <html> <body> <h2>Alternative text</h2> <p>The alt attribute should reflect the image content, so users who cannot see the image get an understanding of what the image contains:</p> <img src="img_chania.jpg" alt="Flowers in Chania" width="460" height="345"> </body> </html>