Home  >  Q&A  >  body text

li标签里边还能有li标签吗?

li标签里边还能有li标签吗?

看透不说透看透不说透2800 days ago1240

reply all(2)I'll reply

  • 数据分析师

    数据分析师2017-10-01 00:23:32

    Can there still be a li tag inside the li tag? -PHP Chinese website Q&A-Can there still be a li tag inside the li tag? -PHP Chinese website Q&A

    Let’s take a look and learn.

    reply
    0
  • 迷茫

    迷茫2017-02-18 09:23:47

    可以,但是记得用ul或者ol,比如

    <ul>
       <li>php中文网</li>
       <li>
           <ul>
               <li>php.cn</li>
           </ul>
       </li>
    </ul>





    reply
    0
  • Cancelreply