Question #6

Author: admin
tags: HTML  
<div>
  <p>
    Paragraph 1
  </p>
  <p>
    Paragraph 2
    <div>
      Text 1
    </div>
    <div>
      Text 2
    </div>
  </p>
</div>
Is this HTML code valid?
yes
no
Only phrasing content is allowed to be placed in the p tag.
A div tag is a flow content.
Rate the difficulty of the question:
easyhard