Looking at any web inspector, the following markup is outputting unexpected (at least to me) results:
<p>
<div>Here's a div!</div>
And here's some text.
<div>Here's another div!</div>
</p>
Using Chrome's Dev Tools, I'm seeing the DOM tree look like this:
Maybe I'm having a brain fart, but shouldn't the DIV be inside of the P tag?