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.
Question&Answers:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…