Say I have
<li></li>
What are the rules when putting other tags inside of these? For instance
<li>Hello. <p>I am a paragraph</p></li>
or
<li>Hello. <span>I am a span</span></li>
What should be taken into consideration when doing this?
Both <p>
& <span>
are flow content, which is permitted as the child of an <li>
, which means both are equally valid in HTML5.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With