Remove space above and below

tag HTML

前端 未结 7 1627
眼角桃花
眼角桃花 2020-11-30 07:10

Take this ul for example:

相关标签:
7条回答
  • 2020-11-30 08:12

    I don't why you would put a<p>element there. But another way of removing spaces in between the paragraphs is by declaring only one paragraph

    <ul>
       <p><li>HI THERE</li>
        <br>
        <li>ME</li>
         </p>
       </ul>
    
    0 讨论(0)
提交回复
热议问题