为图像指定替代文本。
The alternate text should say "Smiley".
Alternate text is useful when the image cannot be displayed, like when the page is read by a screen reader.
<img src="smiley.gif" @(12)>
<img src="smiley.gif" alt="Smiley">
<img src='smiley.gif' alt='Smiley'>