when I write this:
<p class="paragraph">the list:
<ul>
<li>item</li>
</ul>
</p>
my browser is semantically rendered it as:
<p class="paragraph">the list:</p>
<ul>
<li>item</li>
</ul>
<p></p>
why ? and is there a better way to introduce list-items in a paragraph ?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…