html 标签 图片

<img src="e:/image/a.png"/>
在html中,图片是一个字符。

<img src=" e:/image/a.png" width="50" hieght="10" />
属性:
alt=" ##"  :图片加载完成前,显示的文字。
gif png gpj

<iframe src="http://new.163.com">  </iframe>
在当前页面插入其他网站
原文地址:https://www.cnblogs.com/superxuezhazha/p/5688106.html