tag HTML-暗喜的回答
tag HTML
Take this ul for example:
ul
elements generally have margins and / or padding. You can set those to zero in a stylesheet.
li p { margin: 0; padding: 0; }
Semantically speaking, however, it is fairly unusual to have a list of paragraphs.