li标签里边还能有li标签吗?
看透不说透
看透不说透 2017-02-18 09:21:59
0
2
1301

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

看透不说透
看透不说透

reply all(2)
数据分析师

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.

迷茫

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

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





Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template