如何在html页面插入图片?
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.
在html中,插入图片,使用 <img src="">
其中src里面写图片所在位置,例如image文件下的5.jpg这张图片,就要这样写:<img src="image/5.jpg">即可!
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.
在html中,插入图片,使用 <img src="">
其中src里面写图片所在位置,例如image文件下的5.jpg这张图片,就要这样写:<img src="image/5.jpg">即可!