HTML 的图片使用 <img> 标签标记。
<img>
<img src="图片的链接" alt="替代文本" width="宽度" height="高度"/>
替代文本在图片加载失败时显示
示例:
<img src="https://xplanc.org/primers//icon.svg" alt="替代文本" width="128px" height="128px"/>