tag HTML-第2页回答 - 易学问答
tag HTML
Take this ul for example:
ul
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
<p>
<ul> <p><li>HI THERE</li> <br> <li>ME</li> </p> </ul>