I am trying to figure all the valid HTML5 elements that can be nested inside paragraph elements such that w3 validator doesn't show any errors. I mean I am trying to figure all tags that can replace the dots in the following code such that w3 validator doesn't show any errors:
<p>...</p>
Is there such a list available? I tried searching on Google without any luck.
Even if the converse list is available, i.e. elements that can not be nested inside paragraph elements, it is good enough for me.