HTML
HTML 基础
HTML 图像是通过标签 <img> 来定义的.
源代码:
点击运行 »
<img src="/images/logo.png" width="180" height="64" />
运行结果:
点击运行 »