I am trying to understand all the valid HTML5 elements that can be nested inside paragraph elements, so the w3 validator does not show any errors. I mean, I'm trying to figure out all the tags that can replace dots in the following code, so the w3 validator does not show any errors:
<p>...</p>
Is there such a list? I tried google search with no luck.
Even if a reverse list is available, that is, elements that cannot be nested inside paragraph elements, this is good enough for me.
html html5 nested
Lone Learner Mar 24 2018-12-12T00: 00Z
source share