Home  >  Q&A  >  body text

关于html图片的问题?

如何在html页面插入图片?

phperphper2827 days ago1140

reply all(2)I'll reply

  • 数据分析师

    数据分析师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.

    reply
    0
  • 迷茫

    迷茫2017-01-23 11:06:08

    在html中,插入图片,使用 <img src="">

    其中src里面写图片所在位置,例如image文件下的5.jpg这张图片,就要这样写:<img src="image/5.jpg">即可!

    reply
    0
  • Cancelreply