search

Home  >  Q&A  >  body text

图片列表用<ul><li></li></ul>怎么做呢?

图片列表用<ul><li></li></ul>怎么做呢?

phpcn_u233phpcn_u2332905 days ago1024

reply all(2)I'll reply

  • 数据分析师

    数据分析师2017-09-30 23:08:10

    How to use <ul><li></li></ul> for picture list? -PHP Chinese website Q&A-How to use <ul><li></li></ul> for image list? -PHP Chinese website Q&A

    Please watch and learn.

    reply
    0
  • 阿神

    阿神2016-12-20 14:02:57

    ul是整个列表的框架,li里面放的是每个列表的内容,所以应该写:

    <ul>

    <li><img src="图片1地址"/></li>

    <li><img src="图片2地址"/></li>

    </ul>

    reply
    0
  • Cancelreply