<!-- START TRANSLATION -->
alt 属性提供文本替代方案,描述图像的内容或功能。它为无法看到图像的用户和工具提供服务。
html
<img src="chart.png" alt="Sales grew 40% from Q1 to Q2" />
