数据分析师2017-09-30 23:57:12
Questions about html images? -PHP Chinese website Q&A-Questions about html images? -PHP Chinese website Q&A
Let’s take a look and learn.
迷茫2017-01-23 11:06:08
在html中,插入图片,使用 <img src="">
其中src里面写图片所在位置,例如image文件下的5.jpg这张图片,就要这样写:<img src="image/5.jpg">即可!