Home  >  Q&A  >  body text

HTML中 怎么把电脑里的照片放到HTML代码里面?

素颜素颜2856 days ago1248

reply all(2)I'll reply

  • 数据分析师

    数据分析师2017-09-30 23:40:52

    How to put photos from computer into HTML code in HTML? -PHP Chinese website Q&A-How to put photos from the computer into HTML code in HTML? -PHP Chinese website Q&A

    Please watch and learn.

    reply
    0
  • 迷茫

    迷茫2016-12-24 14:05:58

    使用img标签

    <img src=" ../image/图片名字"> 

    例如<img src="1.jpg">       和本文件同级下,可直接写,然后会显示1.jpg这张图片!

    reply
    1
  • Cancelreply